seamong 7 년 전
부모
커밋
80d0889a98
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -5,6 +5,7 @@
     "main": "book.js",
     "scripts": {
         "deploy": "git subtree push --prefix=_book origin gh-pages",
+        "push":"git add . && git commit -m update && git push origin master && npm run deploy",
         "test": "echo \"Error: no test specified\" && exit 1"
     },
     "author": "",