Skip to content

Commit 45f7817

Browse files
committed
(chore) remove unused scripts
1 parent 2938061 commit 45f7817

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
"build": "vite build",
3636
"serve": "vite preview",
3737
"clean:lib": "rm -rf dist/*.js && rm -rf dist/*.map && rm -rf dist/*.css && rm -rf dist/*.html",
38-
"build:lib": "vue-cli-service build --target lib --no-clean --name vue-advanced-chat ./src/lib/index.js",
39-
"build:wc": "vue-cli-service build --target wc --no-clean --name vue-advanced-chat ./src/lib/ChatWindow.vue",
4038
"prepublish": "npm run lint && npm run build",
4139
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
4240
"reset": "rm -rf node_modules && rm -rf package-lock.json && npm i",

0 commit comments

Comments
 (0)