We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7c2ba4 + b3b9315 commit 1c8e7b2Copy full SHA for 1c8e7b2
.github/workflows/ci.yml
@@ -53,11 +53,7 @@ jobs:
53
54
- name: Install Packages
55
if: steps.lerna-cache.outputs.cache-hit != 'true' || contains( github.event.pull_request.labels.*.name, 'SKIP_CACHE')
56
- run: yarn install --with-frozen-lockfile
57
-
58
- - name: build packages
59
- if: steps.lerna-cache.outputs.cache-hit == 'true'
60
- run: yarn run postinstall
+ run: yarn install --with-frozen-lockfile --ignore-scripts
61
62
- name: Lint Commit Messages
63
run: |
@@ -75,6 +71,9 @@ jobs:
75
71
- name: Check Source Code Formatting
76
72
run: yarn run check-fmt
77
73
74
+ - name: build packages
+ run: yarn run postinstall
+
78
- name: Check Package Dependencies
79
run: yarn run check-deps
80
0 commit comments