Skip to content

Commit

Permalink
remove bad node option
Browse files Browse the repository at this point in the history
> node: bad option: --max_executable_size=4096

cf. --max-executable-size not recognized after upgrade 7.10.0 => 8.0.0 #13341
nodejs/node#13341
  • Loading branch information
edouard-lopez committed Feb 24, 2018
1 parent 85ef86f commit c13ddf4
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 @@ -7,7 +7,7 @@
"Hugo Lopez"
],
"scripts": {
"build": "node --max_old_space_size=8192 --optimize_for_size --max_executable_size=4096 --stack_size=4096 --require babel-core/register ./index.js",
"build": "node --max_old_space_size=8192 --optimize_for_size --stack_size=4096 --require babel-core/register ./index.js",
"test": "ava test --fail-fast --verbose",
"precommit": "./node_modules/.bin/prettier-eslint --write '**/*.js'",
"prepush": "npm test"
Expand Down

0 comments on commit c13ddf4

Please sign in to comment.