seam 8 years ago
parent
commit
1c8dd7d05b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

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