Skip to content

Commit 638ab7c

Browse files
committed
Fix CI
1 parent 0bd8082 commit 638ab7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build/npm-postinstall.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ vscode_yarn() {
3535
cd lib/vscode
3636
yarn --production --frozen-lockfile
3737
cd extensions
38-
yarn --production --frozen-lockfile
38+
# Cannot use --production here. The postinstall here uses a dev dependency.
39+
yarn --frozen-lockfile
3940
}
4041

4142
main "$@"

0 commit comments

Comments
 (0)