Skip to content

Commit de69c6c

Browse files
committed
fix: don't run Vitest in watch mode in CI
1 parent eb9798f commit de69c6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"lint:prettier": "prettier --check src",
3636
"prepublishOnly": "pnpm run ci",
3737
"start": "node ./dist/cli/bin.js",
38-
"test": "vitest",
39-
"test:watch": "vitest --watch",
38+
"test": "vitest run",
39+
"test:watch": "vitest watch",
4040
"upgrade": "ncu -u"
4141
},
4242
"dependencies": {

0 commit comments

Comments
 (0)