Skip to content

Commit

Permalink
chore: add node options to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Oct 23, 2023
1 parent 19a6b34 commit 9d2abbc
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 @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"prepare": "husky install",
"build": "rimraf dist && rollup -c rollup.config.js",
"build": "rimraf dist && NODE_OPTIONS=\"--max_old_space_size=4098\" rollup -c rollup.config.js",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --max-warnings 0 .",
"lint:fix": "yarn lint --fix",
"test": "jest",
Expand Down

0 comments on commit 9d2abbc

Please sign in to comment.