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 5454 "dev" : " pnpm types:watch & pnpm build:watch" ,
5555 "build" : " vite build && vite build -c vite.config.iife.ts" ,
5656 "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" ,
5858 "types:watch" : " pnpm prepare && vue-tsc --declaration --emitDeclarationOnly --watch & tsc -p ./tsconfig.build.json --watch" ,
59- "patch" : " node patch/slots.js" ,
6059 "theme" : " postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css" ,
6160 "lint" : " eslint --ext .js,.ts,.vue ./" ,
6261 "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