Skip to content

Commit

Permalink
feat: add simple git push action
Browse files Browse the repository at this point in the history
  • Loading branch information
SoldierAb committed Dec 19, 2019
1 parent c11f766 commit 945d215
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 1 deletion.
209 changes: 209 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp --env=production",
"dev": "gulp --env=development",
"push":"npm-run-all commit release",
"commit": "git add . && git-cz",
"release": "standard-version"
"release": "standard-version && git push"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -49,6 +50,7 @@
"gulp-sourcemaps": "^2.6.5",
"husky": "^3.1.0",
"minimist": "^1.2.0",
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2",
"vinyl": "^2.2.0",
"vinyl-paths": "^3.0.1",
Expand Down

0 comments on commit 945d215

Please sign in to comment.