chore: ignore-scripts on ci
This commit is contained in:
parent
09f3376119
commit
9374f2f0a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Install deps
|
||||
run: |
|
||||
npm install && npm install vitest
|
||||
npm install --ignore-scripts && npm install vitest
|
||||
|
||||
- name: Run Vitest
|
||||
run: npx vitest run .
|
||||
|
|
Loading…
Reference in a new issue