test preinstall script

This commit is contained in:
2024-03-11 12:09:34 +01:00
parent ac783afeb0
commit 743e06f70b
2 changed files with 6901 additions and 2 deletions

6898
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -36,7 +36,8 @@
"format": "prettier . --write",
"test": "vitest",
"coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit"
"typecheck": "vue-tsc --noEmit",
"preinstall": "npm run build:package"
},
"peerDependencies": {
"tailwindcss": "^3",
@@ -71,7 +72,7 @@
"classnames": "2.3.2",
"floating-vue": "2.0.0-beta.24",
"flowbite": "1.5.4",
"flowbite-vue": "https://github.com/skjaro/flowbite-vue",
"flowbite-vue": "github:skjaro/flowbite-vue",
"lodash-es": "4.17.21",
"nanoid": "4.0.0",
"tailwind-merge": "^1.14.0",