chore: unify pre-commit and ci test scripts

This commit is contained in:
Ayo Ayco 2024-12-19 23:41:58 +01:00
parent 058d720b11
commit ac71e6aba2

View file

@ -23,8 +23,8 @@ jobs:
- name: Install deps
run: |
npm install --ignore-scripts && npm install vitest
npm install --ignore-scripts
- name: Run Vitest
run: npx vitest run .
run: npm run test:cli run .
continue-on-error: false