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 45444b5 commit 22fcd05Copy full SHA for 22fcd05
package.json
@@ -34,7 +34,7 @@
34
"clean:lib": "rimraf dist",
35
"build:lib": "vue-cli-service build --target lib --no-clean --name vue-advanced-chat ./src/lib/index.js",
36
"build:wc": "vue-cli-service build --target wc --no-clean --name vue-advanced-chat ./src/lib/ChatWindow.vue",
37
- "prepublish": "npm run lint && npm run build",
+ "prepublish": "npm run lint && npm run test && npm run build",
38
"publish-beta": "npm publish --tag beta",
39
"lint": "vue-cli-service lint",
40
"test": "jest",
0 commit comments