-
-
Save diazruy/d80193d3db8004863ee87dd57a21b221 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" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment