File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 69
69
) > " $VSCODE_OUT_PATH /product.json"
70
70
71
71
pushd " $VSCODE_OUT_PATH "
72
- yarn --production --ignore-scripts
72
+ yarn --production --frozen-lockfile -- ignore-scripts
73
73
popd
74
74
75
75
# We clear any native module builds.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ main() {
19
19
rsync " $node_path " " $RELEASE_PATH /lib/node"
20
20
21
21
cd " $RELEASE_PATH "
22
- yarn --production
22
+ yarn --production --frozen-lockfile
23
23
}
24
24
25
25
main " $@ "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ main() {
15
15
(
16
16
cd lib/vscode
17
17
# Install VS Code dependencies.
18
- yarn
18
+ yarn ${CI+--frozen-lockfile}
19
19
)
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
4
4
main () {
5
5
cd " $( dirname " $0 " ) /../.."
6
6
7
- yarn
7
+ yarn --frozen-lockfile
8
8
9
9
git submodule update --init
10
10
# 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
4
4
main () {
5
5
cd " $( dirname " $0 " ) /../.."
6
6
7
- yarn
7
+ yarn --frozen-lockfile
8
8
9
9
git submodule update --init
10
10
# 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
4
4
main () {
5
5
cd " $( dirname " $0 " ) /../.."
6
6
7
- yarn
7
+ yarn --frozen-lockfile
8
8
yarn vscode
9
9
yarn build
10
10
yarn build:vscode
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
4
4
main () {
5
5
cd " $( dirname " $0 " ) /../.."
6
6
7
- yarn
7
+ yarn --frozen-lockfile
8
8
9
9
git submodule update --init
10
10
# We do not `yarn vscode` to make test.sh faster.
You can’t perform that action at this time.
0 commit comments