Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brandonroberts/391f43f70167cd4c185d366dba11e3fa to your computer and use it in GitHub Desktop.
Save brandonroberts/391f43f70167cd4c185d366dba11e3fa to your computer and use it in GitHub Desktop.
Angular CLI E2E watch mode
// 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