Parcourir la source

set package.json

洪海涛 il y a 5 ans
Parent
commit
854614d861
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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": {