Skip to content

Commit

Permalink
chore: fix the memory problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin committed Apr 30, 2024
1 parent 97a3ccd commit 800b612
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 349 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "pnpm -r build",
"test-storybook": "test-storybook",
"build:tokens": "pnpm --filter=\"@hopper-ui/tokens\" build",
"build:pkg": "pnpm -r --filter \"{packages/**}\" build ",
"build:pkg": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm -r --filter \"{packages/**}\" build ",
"build:apps": "pnpm -r --filter \"{apps/**}\" build ",
"changeset": "changeset",
"ci-release": "pnpm build:pkg && changeset publish",
Expand Down
Loading

0 comments on commit 800b612

Please sign in to comment.