Skip to content

Commit

Permalink
chore(ci): install gulp globally (angular#11617)
Browse files Browse the repository at this point in the history
Relates to angular#11592. Relates to angular#11608.
  • Loading branch information
Splaktar authored and mmalerba committed Jan 29, 2019
1 parent e6e1add commit 540227d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
- *checkout_code
- *restore_cache
- *npm_install
- run: npm i -g [email protected]
- run: ./scripts/circleci/update-snapshot-and-docs.sh --sha=${CIRCLE_SHA1}

# ----------------------------------------------------------------------------------------
Expand Down

0 comments on commit 540227d

Please sign in to comment.