Skip to content

Instantly share code, notes, and snippets.

@digitalbocca
Created November 26, 2018 01:25
Show Gist options
  • Save digitalbocca/8c1472a93b745cd77e3629b59ea604c2 to your computer and use it in GitHub Desktop.
Save digitalbocca/8c1472a93b745cd77e3629b59ea604c2 to your computer and use it in GitHub Desktop.
Automatização de deploy utilizando npm e netlify
{
"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