Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
fix(script): linux only accepts one argument after shebang, so revert…
Browse files Browse the repository at this point in the history
… giving app-scripts more memory by default

Linux only accept one argument in a shebang, so everything after the
/usr/bin/env is seen as one argument.

For setting this node option, see
npm/npm#12238

Resolve #838
  • Loading branch information
Jorrit authored and danbucholtz committed Mar 28, 2017
1 parent d6cd13e commit 0999f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ionic-app-scripts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --max_old_space_size=2048
#!/usr/bin/env node

if (process.argv.length > 2) {

Expand Down

0 comments on commit 0999f23

Please sign in to comment.