Reverted that revert because I should be using npx anyways
This commit is contained in:
parent
b3457ed588
commit
3e1341d876
@ -13,10 +13,11 @@
|
||||
"module": "./dist/js-utilities.mjs",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"postinstall": "npm run build",
|
||||
"build": "npx vite build",
|
||||
"test": "npx jest",
|
||||
"test:coverage": "npx jest --coverage",
|
||||
"watch": "vite build --watch"
|
||||
"watch": "npx vite build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.12",
|
||||
|
Loading…
Reference in New Issue
Block a user