Skip to content

Commit

Permalink
fix(build): fix latest & next test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloff200 committed Sep 5, 2020
1 parent f4ea6ef commit f94bd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/npm-ng-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm i @angular/animations@latest \
@angular/service-worker@latest \
@schematics/angular@latest \
@types/node@latest \
typescript@3.9 \
typescript@4.0.2 \
[email protected] \
[email protected] \
[email protected]
2 changes: 1 addition & 1 deletion scripts/ci/npm-ng-next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm i @angular/animations@next \
@angular/service-worker@next \
@schematics/angular@next \
@types/[email protected] \
typescript@3.9.3 \
typescript@4.0.2 \
[email protected] \
[email protected] \
[email protected]

0 comments on commit f94bd1d

Please sign in to comment.