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 0ad9384 commit 1cb0889Copy full SHA for 1cb0889
demo/package.json
@@ -9,6 +9,7 @@
9
"s": "npm run serve",
10
"build": "vue-cli-service build",
11
"lint": "vue-cli-service lint",
12
+ "reset": "rm -rf node_modules && rm -rf package-lock.json && npm i --force",
13
"gpages": "sh deploy.sh",
14
"latest": "npm i https://github.com/antoine92190/vue-advanced-chat/tarball/master"
15
},
package.json
@@ -37,7 +37,8 @@
37
"prepublish": "npm run lint && npm run build",
38
"publish-beta": "npm publish --tag beta",
39
40
- "test": "jest"
+ "test": "jest",
41
+ "reset": "rm -rf node_modules && rm -rf package-lock.json && npm i --force"
42
43
"typings": "types/index.d.ts",
44
"files": [
0 commit comments