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 7b5ea63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ci/npm-ng-next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

npm i @angular/animations@next \
@angular/core@next \
@angular-devkit/core@latest \
@angular-devkit/schematics@next \
@angular/cli@latest \
@angular-devkit/core@0.8.9 \
@angular-devkit/schematics@7.3.2 \
@angular/cli@7.3.2 \
@angular/common@next \
@angular/compiler-cli@next \
@angular/compiler@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@7.3.2 \
typescript@3.4 \
tsickle@0.34.0 \
rxjs@6.4.0

0 comments on commit 7b5ea63

Please sign in to comment.