Skip to content

Commit

Permalink
fix: don't run Vitest in watch mode in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBlomberg committed Aug 28, 2024
1 parent eb9798f commit de69c6c
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 @@ -35,8 +35,8 @@
"lint:prettier": "prettier --check src",
"prepublishOnly": "pnpm run ci",
"start": "node ./dist/cli/bin.js",
"test": "vitest",
"test:watch": "vitest --watch",
"test": "vitest run",
"test:watch": "vitest watch",
"upgrade": "ncu -u"
},
"dependencies": {
Expand Down

0 comments on commit de69c6c

Please sign in to comment.