Skip to content

Commit

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

0 comments on commit e8ffe0e

Please sign in to comment.