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", "test": "vitest",
"coverage": "vitest run --coverage", "coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit", "typecheck": "vue-tsc --noEmit",
"prepare": "npm run build:package" "prepare": "npm i && npm run build:package"
}, },
"peerDependencies": { "peerDependencies": {
"tailwindcss": "^3", "tailwindcss": "^3",