Skip to content

Commit f8541cf

Browse files
fix/verify release npm ci ignore scripts (#28116)
1 parent 6e0bd68 commit f8541cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/verify-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
- name: 'Install dependencies for integration tests'
8787
shell: 'bash'
8888
working-directory: '${{ inputs.working-directory }}'
89-
run: 'npm ci'
89+
run: 'npm ci --ignore-scripts'
9090

9191
- name: '🔬 Run integration tests against NPM release'
9292
working-directory: '${{ inputs.working-directory }}'

0 commit comments

Comments
 (0)