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 0bd8082 commit 638ab7cCopy full SHA for 638ab7c
ci/build/npm-postinstall.sh
@@ -35,7 +35,8 @@ vscode_yarn() {
35
cd lib/vscode
36
yarn --production --frozen-lockfile
37
cd extensions
38
- yarn --production --frozen-lockfile
+ # Cannot use --production here. The postinstall here uses a dev dependency.
39
+ yarn --frozen-lockfile
40
}
41
42
main "$@"
0 commit comments