Created
April 3, 2020 14:55
-
-
Save ahmedghazi/0f1565abe5289a91990338a3c201765c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in package.json | |
"scripts": { | |
"dploy": "func() { git add . && git commit -m \"mess - $1\" && git push; }; func", | |
} | |
in terminal | |
npm run dploy -- "message here" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment