Created
November 26, 2018 01:25
-
-
Save digitalbocca/8c1472a93b745cd77e3629b59ea604c2 to your computer and use it in GitHub Desktop.
Automatização de deploy utilizando npm e netlify
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
{ | |
"scripts": { | |
"deploy": "cross-var netlify deploy -m \"$npm_package_config_commitMessage\" --prod --open -d ./dist" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment