Skip to content

Commit

Permalink
CI: Attempt to claim more memory for building storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka committed Aug 7, 2020
1 parent 8747fd3 commit fee9f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cleanAll": "nps cleanAll",
"prepublishOnly": "yarn build",
"storybook": "start-storybook -p 9001 -s ./static -c .storybook",
"build-storybook": "build-storybook -c .storybook -o .storybook-out",
"build-storybook": "NODE_OPTIONS=--max_old_space_size=4096 build-storybook -c .storybook -o .storybook-out",
"test": "cross-env NODE_ENV=test jest",
"test_teamcity": "cross-env NODE_ENV=test jest --testResultsProcessor=jest-teamcity-reporter && yarn run build-storybook && yarn run build:docs",
"watch:build": "watch 'yarn build' ./src",
Expand Down

0 comments on commit fee9f67

Please sign in to comment.