Test modify script for install from git

This commit is contained in:
2024-03-11 12:36:56 +01:00
parent 11771527bd
commit a385e96520

View File

@@ -37,7 +37,7 @@
"test": "vitest",
"coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit",
"prepare": "npm run build:package"
"prepare": "npm i && npm run build:package"
},
"peerDependencies": {
"tailwindcss": "^3",