Created
June 18, 2018 15:47
-
-
Save brandonroberts/391f43f70167cd4c185d366dba11e3fa to your computer and use it in GitHub Desktop.
Angular CLI E2E watch mode
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
// In package.json: | |
"scripts": { | |
"e2e-watch": "concurrently --kill-others \"npm start\" \"npm run e2e-watch-no-serve\"", | |
"e2e-watch-no-serve": "watch \"npm run e2e -- --dev-server-target=\" src e2e --wait=1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment