We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b58a5 commit 867eeb6Copy full SHA for 867eeb6
1 file changed
.github/workflows/production.yaml
@@ -19,7 +19,7 @@ jobs:
19
node-version: '22'
20
21
- name: Install dependencies
22
- run: npm ci
+ run: npm ci --ignore-scripts
23
24
- name: Run Vitest
25
run: npx vitest run
0 commit comments