Skip to content

Commit 86c0a4c

Browse files
committed
Add test:watch NPM script
1 parent 41015dd commit 86c0a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"prepare": "yarn clean && yarn build",
4646
"pretest": "yarn lint",
4747
"test": "vitest --run",
48+
"test:watch": "vitest --watch",
4849
"type-tests": "yarn tsc -p test/typetests/tsconfig.json",
4950
"coverage": "codecov"
5051
},

0 commit comments

Comments
 (0)