Skip to content

Commit 0a222bb

Browse files
committed
fix: update test script to explicitly run vitest
1 parent 49ad857 commit 0a222bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"format": "prettier --write .",
3636
"format:check": "prettier --check .",
3737
"type-check": "tsc --noEmit",
38-
"test": "vitest",
38+
"test": "vitest run",
39+
"test:watch": "vitest",
3940
"test:coverage": "vitest --coverage",
4041
"prepublishOnly": "npm run type-check && npm run lint && npm run test && npm run build"
4142
},

0 commit comments

Comments
 (0)