Skip to content

Commit

Permalink
Remove --max_old_space_size flag
Browse files Browse the repository at this point in the history
It doesn't seem to cooperate with Angular v19
  • Loading branch information
kimrutherford committed Nov 23, 2024
1 parent 752ec73 commit a5bde11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

echo Building and releasing using configuration: $release_env

NG='node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng'
NG='node node_modules/@angular/cli/bin/ng'

$NG version

Expand Down

0 comments on commit a5bde11

Please sign in to comment.