Fix build?
This commit is contained in:
parent
0693397164
commit
2934f86530
@ -20,10 +20,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx tsc && npx vite build",
|
"build": "tsc && vite build",
|
||||||
"test": "npx jest",
|
"test": "jest",
|
||||||
"test:coverage": "npx jest --coverage",
|
"test:coverage": "jest --coverage",
|
||||||
"watch": "npx vite build --watch"
|
"watch": "vite build --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
|
Loading…
Reference in New Issue
Block a user