seam 8 년 전
부모
커밋
ee4764d8db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -12,7 +12,7 @@
   "scripts": {
     "commit": "git add . && git status && git commit -m 0",
     "reset":"npm run commit && git reset --hard HEAD^",
-    "push": "git add . && git status && git commit -m 0 && git pull && git push",
+    "push": "npm run commit && git pull && git push",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {