We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62484a8 commit 5b4e2f0Copy full SHA for 5b4e2f0
package.json
@@ -11,8 +11,9 @@
11
"scripts": {
12
"pub": "script/publish.sh",
13
"build": "npm run clean && npm run build --workspaces --if-present && tsc",
14
- "test": "script/test",
15
- "test:cli": "vitest",
+ "test": "script/test && npm run test:cli",
+ "test:cli": "vitest run",
16
+ "test:dev": "vitest dev",
17
"start": "script/watch",
18
"clean": "rm -rf dist *~ packages/*/{dist,out}",
19
"debug": "node --inspect-brk --max-old-space-size=4096 ./dist/index.js",
0 commit comments