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 c4eec7a commit 055e8e2Copy full SHA for 055e8e2
package.json
@@ -31,7 +31,7 @@
31
"build:lib": "vite build -c vite.lib.config.ts",
32
"build:app": "vite build",
33
"build": "run-s build:lib build:types build:app",
34
- "coverage": "vitest run -c vite.lib.config.ts --coverage --coverage.include=src --coverage.include=bin",
+ "coverage": "vitest run --coverage --coverage.include=src --coverage.include=bin",
35
"dev": "run-p -l watch:ts watch:vite watch:serve",
36
"lint": "eslint",
37
"lint:fix": "eslint --fix",
0 commit comments