diff --git a/ci/build/npm-postinstall.sh b/ci/build/npm-postinstall.sh index 127d6408..09b13013 100755 --- a/ci/build/npm-postinstall.sh +++ b/ci/build/npm-postinstall.sh @@ -35,7 +35,8 @@ vscode_yarn() { cd lib/vscode yarn --production --frozen-lockfile cd extensions - yarn --production --frozen-lockfile + # Cannot use --production here. The postinstall here uses a dev dependency. + yarn --frozen-lockfile } main "$@"