Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
ci(circle): change build order (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Tasci authored Sep 6, 2017
1 parent f2bf788 commit 852e905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
key: deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths: 'node_modules'
- run: yarn ci:before
- run: yarn build
- run: yarn test:ci
- run: yarn build
- run: yarn ci:after
- run: bash <(curl -s https://codecov.io/bash)
- store_artifacts:
Expand Down

0 comments on commit 852e905

Please sign in to comment.