Skip to content

Commit e54b36a

Browse files
committed
refactor(core): remove slots patch
1 parent 28b66a3 commit e54b36a

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@
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",

packages/core/patch/slots.js

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)