Skip to content

Commit 91d7894

Browse files
committed
Apply
1 parent f357ea5 commit 91d7894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ startsWith(github.ref, 'refs/heads/') }}
2626
run: npx version-from-git --no-git-tag-version
2727

28-
- run: npm clean-install
28+
- run: npm clean-install --ignore-scripts
2929

3030
- name: Propagate versions
3131
run: npm version --no-git-tag-version --workspaces `cat package.json | jq -r .version`

.github/workflows/pull-request-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: ${{ env.node-version }}
3939
cache: npm
4040

41-
- run: npm clean-install --strict-peer-deps
41+
- run: npm clean-install --ignore-scripts --strict-peer-deps
4242

4343
- run: npm run build --if-present # Add instrumentation code
4444

0 commit comments

Comments
 (0)