We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2938061 commit 45f7817Copy full SHA for 45f7817
package.json
@@ -35,8 +35,6 @@
35
"build": "vite build",
36
"serve": "vite preview",
37
"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",
40
"prepublish": "npm run lint && npm run build",
41
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
42
"reset": "rm -rf node_modules && rm -rf package-lock.json && npm i",
0 commit comments