Set --frozen-lockfile with yarn when necessary
This commit is contained in:
@ -15,7 +15,7 @@ main() {
|
||||
(
|
||||
cd lib/vscode
|
||||
# Install VS Code dependencies.
|
||||
yarn
|
||||
yarn ${CI+--frozen-lockfile}
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user