Skip to content

Commit

Permalink
fix(application): add e2e schematics to fulfill ng g app
Browse files Browse the repository at this point in the history
addresses ionic-team#50
  • Loading branch information
imhoffd committed Jan 4, 2019
1 parent 6aca0b2 commit fc1421e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"aliases": ["app"],
"extends": "@schematics/angular:application"
},
"e2e": {
"extends": "@schematics/angular:e2e"
},
"library": {
"aliases": ["lib"],
"extends": "@schematics/angular:library"
Expand Down

0 comments on commit fc1421e

Please sign in to comment.