diff --git a/packages/core/package.json b/packages/core/package.json index dc7252ba..5765666d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -53,8 +53,8 @@ "dev": "pnpm types:watch & pnpm build:watch", "build": "vite build && vite build -c vite.config.iife.ts", "build:watch": "vite build --watch & vite build -c vite.config.iife.ts --watch", - "types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p ./tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist", - "types:watch": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly --watch & tsc -p ./tsconfig.build.json --watch", + "types": "vue-tsc --declaration --emitDeclarationOnly && tsc -p ./tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist", + "types:watch": "vue-tsc --declaration --emitDeclarationOnly --watch & tsc -p ./tsconfig.build.json --watch", "theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css", "lint": "eslint --ext .js,.ts,.vue ./", "lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist",