Created
September 17, 2018 14:26
-
-
Save lydemann/57f3a8e2c58162a2d67de070004649ac to your computer and use it in GitHub Desktop.
package.json
This file contains 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": "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