Skip to content

Commit

Permalink
Fix Angular integ test (link analytics) (aws-amplify#4442)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Nov 21, 2019
1 parent ff83002 commit 94f6a3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ jobs:
command: |
cd amplify-js/packages/aws-amplify-react
yarn link
- run:
name: 'Link @aws-amplify/analytics'
command: |
cd amplify-js/packages/analytics
yarn link
- run:
name: 'Install React Authenticator sample'
command: |
Expand Down

0 comments on commit 94f6a3a

Please sign in to comment.