seam 8 ani în urmă
părinte
comite
ee4764d8db
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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": {