Skip to content

Commit

Permalink
try to fix error in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Yastrebov committed Apr 10, 2024
1 parent 6797e76 commit ef2e977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"clean": "rimraf ./dist",
"prebuild": "yarn clean",
"build": "NODE_OPTIONS=--max_old_space_size=4096 tsup",
"build": "export NODE_OPTIONS=--max_old_space_size=9126 && tsup",
"build:watch": "yarn build --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "run-p build:watch storybook",
Expand Down

0 comments on commit ef2e977

Please sign in to comment.