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 bd1c833 commit b143fd1Copy full SHA for b143fd1
package.json
@@ -28,10 +28,10 @@
28
],
29
"scripts": {
30
"build:types": "tsc -b",
31
- "build:lib": "vite build -c vite.lib.config.js",
+ "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.js --coverage --coverage.include=src --coverage.include=bin",
+ "coverage": "vitest run -c vite.lib.config.ts --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",
vite.lib.config.js vite.lib.config.tsvite.lib.config.js renamed to vite.lib.config.ts
0 commit comments