Skip to content

Commit

Permalink
chore: add max limit to cpu when running rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 24, 2022
1 parent 35774b9 commit 77d5c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -c --watch -m inline",
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" rollup -c --watch -m inline",
"prepublishOnly": "nr build"
},
"peerDependencies": {
Expand Down

0 comments on commit 77d5c4b

Please sign in to comment.