Skip to content

Instantly share code, notes, and snippets.

@JefCurtis
Last active September 12, 2018 07:19
Show Gist options
  • Select an option

  • Save JefCurtis/f0dc106f6034ffb403ee8368466abdef to your computer and use it in GitHub Desktop.

Select an option

Save JefCurtis/f0dc106f6034ffb403ee8368466abdef to your computer and use it in GitHub Desktop.
Gmail add-on: Add sync and push command
{
"scripts": {
"sync": "DEPLOY_ENV=dev webpack --watch --config config/webpack/webpack.config.js",
"push": "cd build/ && clasp push"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment