소스 검색

set package.json

洪海涛 5 년 전
부모
커밋
854614d861
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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": {