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 673afb3 commit 965dc5aCopy full SHA for 965dc5a
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
7
- "build": "vue-cli-service build && rm -rf docs/static index.html && mv dist/* docs/",
+ "build": "vue-cli-service build && rm -rf gh-pages index.html && mv dist/* gh-pages",
8
"lint": "vue-cli-service lint"
9
},
10
"dependencies": {
0 commit comments