We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed0296 commit 21f1728Copy full SHA for 21f1728
buildspec/shared/linux-pre_build.sh
@@ -22,5 +22,5 @@ if [ "$TOOLKITS_CODEARTIFACT_DOMAIN" ] && [ "$TOOLKITS_CODEARTIFACT_REPO" ] && [
22
fi
23
24
# TODO: move this to the "install" phase?
25
-export NODE_OPTIONS=--max-old-space-size=8192 --experimental-modules
+export NODE_OPTIONS='--max-old-space-size=8192 --experimental-modules'
26
npm 2>&1 ci | run_and_report 2 'npm WARN deprecated' 'Deprecated dependencies must be updated.'
0 commit comments