Commit 00c7130b authored by Mark Harding's avatar Mark Harding

(chore): try increase node memory

parent 97750938
No related merge requests found
Pipeline #65758810 (#489) running with stages
#!/bin/sh
export NODE_OPTIONS="--max-old-space-size=3584"
ng build --prod --vendor-chunk --output-path="$1/en/" --deploy-url="$2/en/" --build-optimizer=false --source-map=false
#!/bin/sh
export NODE_OPTIONS="--max-old-space-size=3584"
do_locale_build () {
ng build --prod --vendor-chunk --output-path="$2/$1/" --deploy-url="$3/$1/" --build-optimizer=false --source-map=false \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment