Skip to content

Commit 9c6f2be

Browse files
committed
fix(npm): rename test:ui to watch:test:io
1 parent 6f5fab6 commit 9c6f2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:unit": "cross-env CI=true vitest",
2323
"watch:build": "tsc -p tsconfig.json -w",
2424
"watch:test": "vitest --watch",
25-
"test:ui": "run-s test:watch -- --ui",
25+
"watch:test:ui": "run-s test:watch -- --ui",
2626
"cov:check": "run-s test:unit -- run --coverage",
2727
"doc": "run-s doc:html && open-cli build/docs/index.html",
2828
"doc:html": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs",

0 commit comments

Comments
 (0)