Archived
1
0

Set --frozen-lockfile with yarn when necessary

This commit is contained in:
Anmol Sethi
2020-05-14 21:47:33 -04:00
parent d4b3d21dce
commit 89c5a4dfea
7 changed files with 7 additions and 7 deletions

View File

@ -69,7 +69,7 @@ EOF
) > "$VSCODE_OUT_PATH/product.json"
pushd "$VSCODE_OUT_PATH"
yarn --production --ignore-scripts
yarn --production --frozen-lockfile --ignore-scripts
popd
# We clear any native module builds.