This commit is contained in:
Anmol Sethi 2020-07-22 18:31:24 -04:00
parent 0bd808270d
commit 638ab7c557
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

View File

@ -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 "$@"