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

Commit 0999f23

Browse files
Jorritdanbucholtz
Jorrit
authored andcommitted
fix(script): linux only accepts one argument after shebang, so revert 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
1 parent d6cd13e commit 0999f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ionic-app-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node --max_old_space_size=2048
1+
#!/usr/bin/env node
22

33
if (process.argv.length > 2) {
44

0 commit comments

Comments
 (0)