chore: ignore-scripts on ci

This commit is contained in:
Ayo Ayco 2024-12-19 23:34:59 +01:00
parent 09f3376119
commit 9374f2f0a0

View file

@ -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 .