File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments