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

@ -15,7 +15,7 @@ main() {
(
cd lib/vscode
# Install VS Code dependencies.
yarn
yarn ${CI+--frozen-lockfile}
)
}