We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc1cbd commit 64b67ffCopy full SHA for 64b67ff
1 file changed
.github/workflows/ci.yml
@@ -29,4 +29,6 @@ jobs:
29
run: npx tsc --noEmit
30
31
- name: Run tests
32
- run: npx vitest run
+ run: |
33
+ chmod +x node_modules/.bin/vitest 2>/dev/null || true
34
+ node_modules/.bin/vitest run
0 commit comments