We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5fab6 commit 9c6f2beCopy full SHA for 9c6f2be
1 file changed
package.json
@@ -22,7 +22,7 @@
22
"test:unit": "cross-env CI=true vitest",
23
"watch:build": "tsc -p tsconfig.json -w",
24
"watch:test": "vitest --watch",
25
- "test:ui": "run-s test:watch -- --ui",
+ "watch:test:ui": "run-s test:watch -- --ui",
26
"cov:check": "run-s test:unit -- run --coverage",
27
"doc": "run-s doc:html && open-cli build/docs/index.html",
28
"doc:html": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs",
0 commit comments