Last active
September 12, 2018 07:19
-
-
Save JefCurtis/f0dc106f6034ffb403ee8368466abdef to your computer and use it in GitHub Desktop.
Gmail add-on: Add sync and push command
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": { | |
| "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