Skip to content

Commit

Permalink
ci: fix package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Sep 3, 2024
1 parent f598c55 commit f27bda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"prerelease": "npm run test:lint && npm run build",
"release": "xs bump,publish,git-push",
"test": "tsc --project tsconfig.test.json && vitest run",
"test:e2e": "tsc --project tsconfig.test.json && vitest run --project e2e",
"test:unit": "tsc --project tsconfig.test.json && vitest run --project unit",
"test:e2e": "tsc --project tsconfig.test.json && vitest run e2e",
"test:unit": "tsc --project tsconfig.test.json && vitest run unit",
"test:lint": "xs lint",
"test:watch": "vitest"
},
Expand Down

0 comments on commit f27bda8

Please sign in to comment.