Skip to content

Instantly share code, notes, and snippets.

@JefCurtis
Last active September 12, 2018 18:06
Show Gist options
  • Save JefCurtis/8e80581813c622be85f24726938c278a to your computer and use it in GitHub Desktop.
Save JefCurtis/8e80581813c622be85f24726938c278a to your computer and use it in GitHub Desktop.
Gmail add-on: Add production build script command
{
"scripts": {
"build:prod": "DEPLOY_ENV=prod webpack --config config/webpack/webpack.config.js",
"build": "DEPLOY_ENV=dev webpack --watch --config config/webpack/webpack.config.js",
"sync": "cd build/ && clasp push"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment