Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created September 17, 2018 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/57f3a8e2c58162a2d67de070004649ac to your computer and use it in GitHub Desktop.
Save lydemann/57f3a8e2c58162a2d67de070004649ac to your computer and use it in GitHub Desktop.
package.json
"scripts": {
"ng": "ng",
"start": "nodemon server | ng serve",
"build": "ng build --prod",
"test": "ng test --sourcemaps false",
"lint": "ng lint",
"e2e": "nodemon server | ng e2e",
"e2e:no-serve": "protractor ./e2e/protractor.conf.js",
"e2e:update-goldens": " protractor ./e2e/protractor-update-goldens.conf.js",
"webdriver-update": "webdriver-manager update"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment