File tree Expand file tree Collapse file tree 2 files changed +1
-65
lines changed Expand file tree Collapse file tree 2 files changed +1
-65
lines changed Original file line number Diff line number Diff line change 54
54
"dev" : " pnpm types:watch & pnpm build:watch" ,
55
55
"build" : " vite build && vite build -c vite.config.iife.ts" ,
56
56
"build:watch" : " vite build --watch & vite build -c vite.config.iife.ts --watch" ,
57
- "types" : " pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p ./tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist && pnpm run patch " ,
57
+ "types" : " pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p ./tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist" ,
58
58
"types:watch" : " pnpm prepare && vue-tsc --declaration --emitDeclarationOnly --watch & tsc -p ./tsconfig.build.json --watch" ,
59
- "patch" : " node patch/slots.js" ,
60
59
"theme" : " postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css" ,
61
60
"lint" : " eslint --ext .js,.ts,.vue ./" ,
62
61
"lint:dist" : " eslint --ext \" .ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments