Browse Source

set package.json

洪海涛 5 years ago
parent
commit
854614d861
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -12,7 +12,7 @@
     "build": "vuepress build docs",
     "docs:build": "vuepress build docs",
     "git:push": "git add . && git commit -m update && git push origin master",
-    "gh-pages": "git subtree push -f --prefix=dist origin gh-pages",
+    "gh-pages": "git subtree push --prefix=dist origin gh-pages",
     "push": "vuepress build docs && npm run git:push  && npm run gh-pages"
   },
   "repository": {