chore: add dev scripts

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-02 21:40:07 +02:00
committed by Braks
parent 4e470024e6
commit 707aaef535
10 changed files with 15 additions and 10 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
],
"scripts": {
"prepare": "ts-patch install -s",
"dev": "vite",
"dev": "vite build --watch",
"example": "vite",
"build": "vite build",
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
"postbuild": "shx rm -rf tmp",