Fix vite postinstall
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"test": "vitest",
|
||||
"coverage": "vitest run --coverage",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"preinstall": "npm run build:package"
|
||||
"preinstall": "npm i && npm run build:package"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tailwindcss": "^3",
|
||||
|
||||
Reference in New Issue
Block a user