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 9bca47f commit 39712b0Copy full SHA for 39712b0
scripts/build.sh
@@ -25,7 +25,7 @@ cp syntaxes/!(tsconfig).json dist/npm/syntaxes
25
pushd dist/npm
26
# TODO(kyliau): vsce does not bundle nested node_modules due to bug
27
# https://github.com/microsoft/vscode-vsce/issues/432 so install using NPM for now.
28
-npm install --production --ignore-scripts
+NODE_ENV=production npm install --ignore-scripts
29
30
sed -i -e 's#./dist/client/extension#./index#' package.json
31
../../node_modules/.bin/vsce package
0 commit comments