Skip to content

Instantly share code, notes, and snippets.

@sskset
Created April 27, 2019 11:05
Show Gist options
  • Save sskset/f8e8023629a45d1e32f67939bac21b2b to your computer and use it in GitHub Desktop.
Save sskset/f8e8023629a45d1e32f67939bac21b2b to your computer and use it in GitHub Desktop.
salesforce package build commands
"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