chore(core): add dev script

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-01 00:35:45 +02:00
committed by Braks
parent d0ac0b66ea
commit d6155645e4
+1
View File
@@ -25,6 +25,7 @@
],
"scripts": {
"prepare": "ts-patch install -s",
"dev": "vite build --watch",
"build": "vite build && vite build -c vite.config.iife.ts",
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p ./tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist && pnpm run patch",
"patch": "node patch/slots.js",