Skip to content

Commit ae7de6c

Browse files
committed
Add test:watch NPM script
1 parent 8f69f3b commit ae7de6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolkit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"format:check": "prettier --list-different \"(src|examples)/**/*.{ts,tsx}\" \"docs/*/**.md\"",
102102
"lint": "eslint src examples",
103103
"test": "vitest --run",
104+
"test:watch": "vitest --watch",
104105
"type-tests": "yarn tsc -p src/tests/tsconfig.typetests.json && yarn tsc -p src/query/tests/tsconfig.typetests.json",
105106
"prepack": "yarn build"
106107
},

0 commit comments

Comments
 (0)