Last active
September 12, 2018 18:06
-
-
Save JefCurtis/8e80581813c622be85f24726938c278a to your computer and use it in GitHub Desktop.
Gmail add-on: Add production build script 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": { | |
"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