Skip to content

Commit 0b27870

Browse files
committed
chore(core): cleanup scripts
1 parent b4402cb commit 0b27870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"dev": "pnpm types:watch & pnpm build:watch",
5454
"build": "vite build && vite build -c vite.config.iife.ts",
5555
"build:watch": "vite build --watch & vite build -c vite.config.iife.ts --watch",
56-
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p ./tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist",
57-
"types:watch": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly --watch & tsc -p ./tsconfig.build.json --watch",
56+
"types": "vue-tsc --declaration --emitDeclarationOnly && tsc -p ./tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist",
57+
"types:watch": "vue-tsc --declaration --emitDeclarationOnly --watch & tsc -p ./tsconfig.build.json --watch",
5858
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",
5959
"lint": "eslint --ext .js,.ts,.vue ./",
6060
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist",

0 commit comments

Comments
 (0)