Skip to content

Commit

Permalink
ci(fix): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Sep 28, 2022
1 parent 4044df3 commit 91d3594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"prepublishOnly": "npm run build",
"release": "release-it",
"start": "esno src/index.ts",
"test": "vitest",
"test": "vitest --run",
"test:watch": "vitest",
"test:nuxt": "(cd test/fixtures/nuxt && npx nuxi dev)",
"test:vite": "(cd test/fixtures/vite && npx vite dev)"
},
Expand Down

0 comments on commit 91d3594

Please sign in to comment.