Skip to content

Commit

Permalink
fix(ci): fix build next (#5177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv authored Apr 23, 2019
1 parent 2d76a0b commit ab0d252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@8.0.0-beta.12 \
@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 \
typescript@3.4 \
@schematics/angular@8.0.0-beta.12 \
typescript@3.3.3333 \
tsickle@0.34.0 \
rxjs@6.4.0

0 comments on commit ab0d252

Please sign in to comment.