Skip to content

Commit

Permalink
Force node use more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlloyd committed Dec 3, 2019
1 parent 316d3c2 commit 271a37e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"cypress:open": "cypress open",
"cypress:run:percy": "percy exec -- cypress run --spec 'cypress/integration/percy/**/*'",
"cypress:run:e2e": "cypress run --spec 'cypress/integration/e2e/**/*'",
"storybook": "start-storybook -s ./src/static -p 6006",
"storybook:build": "build-storybook",
"storybook:snapshot": "build-storybook && percy-storybook --widths=1139"
"storybook": "node --max-old-space-size=4096 $(yarn bin)/start-storybook -s ./src/static -p 6006",
"storybook:build": "node --max-old-space-size=4096 $(yarn bin)/build-storybook",
"storybook:snapshot": "node --max-old-space-size=4096 $(yarn bin)/build-storybook && percy-storybook --widths=1139"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 271a37e

Please sign in to comment.