File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6969 ) > " $VSCODE_OUT_PATH /product.json"
7070
7171 pushd " $VSCODE_OUT_PATH "
72- yarn --production --ignore-scripts
72+ yarn --production --frozen-lockfile -- ignore-scripts
7373 popd
7474
7575 # We clear any native module builds.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ main() {
1919 rsync " $node_path " " $RELEASE_PATH /lib/node"
2020
2121 cd " $RELEASE_PATH "
22- yarn --production
22+ yarn --production --frozen-lockfile
2323}
2424
2525main " $@ "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ main() {
1515 (
1616 cd lib/vscode
1717 # Install VS Code dependencies.
18- yarn
18+ yarn ${CI+--frozen-lockfile}
1919 )
2020}
2121
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44main () {
55 cd " $( dirname " $0 " ) /../.."
66
7- yarn
7+ yarn --frozen-lockfile
88
99 git submodule update --init
1010 # We do not `yarn vscode` to make test.sh faster.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44main () {
55 cd " $( dirname " $0 " ) /../.."
66
7- yarn
7+ yarn --frozen-lockfile
88
99 git submodule update --init
1010 # We do not `yarn vscode` to make test.sh faster.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44main () {
55 cd " $( dirname " $0 " ) /../.."
66
7- yarn
7+ yarn --frozen-lockfile
88 yarn vscode
99 yarn build
1010 yarn build:vscode
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44main () {
55 cd " $( dirname " $0 " ) /../.."
66
7- yarn
7+ yarn --frozen-lockfile
88
99 git submodule update --init
1010 # We do not `yarn vscode` to make test.sh faster.
You can’t perform that action at this time.
0 commit comments