Created
April 27, 2019 11:05
-
-
Save sskset/f8e8023629a45d1e32f67939bac21b2b to your computer and use it in GitHub Desktop.
salesforce package build commands
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": { | |
"ng": "ng", | |
"start": "ng serve", | |
"build": "ng build", | |
"test": "ng test", | |
"lint": "ng lint", | |
"e2e": "ng e2e", | |
"dev": "ng build && gulp rm && gulp build-dev-package && gulp deploy && ng serve", | |
"prod": "ng build --prod && gulp rm && gulp build-package && gulp deploy" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment