Skip to content

Commit

Permalink
reverse order of command in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed May 22, 2024
1 parent 1c2c080 commit caa416f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:

- run: yarn lint

# test if dist is correctly generated from src
- run: yarn build && git status --porcelain

# unit test
- run: yarn test

# publish code coverage results
- run: bash <(curl -Ls https://coverage.codacy.com/get.sh)

# test if dist is correctly generated from src
- run: yarn build && git status --porcelain

0 comments on commit caa416f

Please sign in to comment.