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 704986e commit 15aa9cfCopy full SHA for 15aa9cf
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"serve": "vue-cli-service serve --https",
7
"build": "vue-cli-service build",
8
- "release": "npm run build && git add -u docs/* && git commit -m \"release\" && git push"
+ "release": "npm run build && git add -A docs/* && git commit -m \"release\" && git push"
9
},
10
"dependencies": {
11
"core-js": "^3.4.4",
0 commit comments