Skip to content

Commit 03645c2

Browse files
build: prepare platform deps on CI
1 parent 26a0217 commit 03645c2

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
node-version-file: "package.json"
2929
cache: "yarn"
3030

31+
- name: Yarn install
32+
run: yarn install --immutable
33+
3134
- name: Yarn build
3235
run: yarn build
3336

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
node-version-file: "package.json"
2525
cache: "yarn"
2626

27+
- name: Yarn install
28+
run: yarn install --immutable
29+
2730
- name: Yarn build
2831
run: yarn build
2932

.yarnrc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ compressionLevel: mixed
22

33
enableGlobalCache: false
44

5-
enableScripts: true
6-
75
enableTelemetry: false
86

97
nodeLinker: pnp

0 commit comments

Comments
 (0)