Fix build?
Some checks failed
Build / Build NPM Project (push) Failing after 7s
Build / Tag Version (push) Has been skipped

This commit is contained in:
2024-07-19 00:06:17 -04:00
parent 2934f86530
commit 535e579b43
2 changed files with 9 additions and 21 deletions

View File

@ -20,10 +20,10 @@
}
},
"scripts": {
"build": "tsc && vite build",
"test": "jest",
"test:coverage": "jest --coverage",
"watch": "vite build --watch"
"build": "npx tsc && npx vite build",
"test": "npx jest",
"test:coverage": "npx jest --coverage",
"watch": "npx vite build --watch"
},
"devDependencies": {
"@types/jest": "^29.5.12",