Skip to content

Commit

Permalink
fix(ci): fix build next
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv committed Apr 23, 2019
1 parent c9f4ec9 commit 55d1c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/npm-ng-next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
npm i @angular/animations@next \
@angular/core@next \
@angular-devkit/core@latest \
@angular-devkit/schematics@next \
@angular-devkit/schematics@latest \
@angular/cli@latest \
@angular/common@next \
@angular/compiler-cli@next \
Expand All @@ -16,7 +16,7 @@ npm i @angular/animations@next \
@angular/platform-server@next \
@angular/router@next \
@angular/service-worker@next \
@schematics/angular@next \
@schematics/angular@latest \
typescript@3.4 \
tsickle@0.34.0 \
rxjs@6.4.0

0 comments on commit 55d1c29

Please sign in to comment.