Skip to content

Commit

Permalink
fix: add env and change path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos66 committed Sep 27, 2022
1 parent 18b406d commit 4e9219e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run:
name: Test
command: |
yarn test:unit
yarn test:unit:ci
- codecov/upload:
flags: unittest
file:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"clean": "rm -rf build",
"develop": "nodemon --exec \"yarn build:dev\"",
"test:unit": "jest --verbose --coverage",
"test:unit:ci": "jest --debug --verbose --coverage",
"lint": "prettier --check .",
"format": "prettier --write ."
},
Expand Down

0 comments on commit 4e9219e

Please sign in to comment.