Skip to content

Commit 39712b0

Browse files
committed
fixup! build: update circleci node version to v16.10.0
ds
1 parent 9bca47f commit 39712b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cp syntaxes/!(tsconfig).json dist/npm/syntaxes
2525
pushd dist/npm
2626
# TODO(kyliau): vsce does not bundle nested node_modules due to bug
2727
# https://github.com/microsoft/vscode-vsce/issues/432 so install using NPM for now.
28-
npm install --production --ignore-scripts
28+
NODE_ENV=production npm install --ignore-scripts
2929

3030
sed -i -e 's#./dist/client/extension#./index#' package.json
3131
../../node_modules/.bin/vsce package

0 commit comments

Comments
 (0)