Skip to content

Commit 21f1728

Browse files
committed
make the flags contained in bash file
1 parent 7ed0296 commit 21f1728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/shared/linux-pre_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ if [ "$TOOLKITS_CODEARTIFACT_DOMAIN" ] && [ "$TOOLKITS_CODEARTIFACT_REPO" ] && [
2222
fi
2323

2424
# TODO: move this to the "install" phase?
25-
export NODE_OPTIONS=--max-old-space-size=8192 --experimental-modules
25+
export NODE_OPTIONS='--max-old-space-size=8192 --experimental-modules'
2626
npm 2>&1 ci | run_and_report 2 'npm WARN deprecated' 'Deprecated dependencies must be updated.'

0 commit comments

Comments
 (0)