chore: separate test:watch script
This commit is contained in:
parent
a35e1901f0
commit
d5606cdd44
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
"start": "npx simple-server .",
|
"start": "npx simple-server .",
|
||||||
"dev": "npm start",
|
"dev": "npm start",
|
||||||
"test": "vitest",
|
"test": "vitest --run",
|
||||||
|
"test:watch": "vitest",
|
||||||
"demo": "npx simple-server .",
|
"demo": "npx simple-server .",
|
||||||
"site": "pnpm --filter site start",
|
"site": "pnpm --filter site start",
|
||||||
"build": "pnpm run clean && tsc && pnpm run copy:source",
|
"build": "pnpm run clean && tsc && pnpm run copy:source",
|
||||||
|
|
Loading…
Reference in a new issue