Skip to content

Commit c8e1fc3

Browse files
committed
Add test:watch NPM script
1 parent b87f710 commit c8e1fc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolkit/package.json

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

0 commit comments

Comments
 (0)