We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f357ea5 commit 91d7894Copy full SHA for 91d7894
.github/workflows/preview-branch.yml
@@ -25,7 +25,7 @@ jobs:
25
if: ${{ startsWith(github.ref, 'refs/heads/') }}
26
run: npx version-from-git --no-git-tag-version
27
28
- - run: npm clean-install
+ - run: npm clean-install --ignore-scripts
29
30
- name: Propagate versions
31
run: npm version --no-git-tag-version --workspaces `cat package.json | jq -r .version`
.github/workflows/pull-request-validation.yml
@@ -38,7 +38,7 @@ jobs:
38
node-version: ${{ env.node-version }}
39
cache: npm
40
41
- - run: npm clean-install --strict-peer-deps
+ - run: npm clean-install --ignore-scripts --strict-peer-deps
42
43
- run: npm run build --if-present # Add instrumentation code
44
0 commit comments