ci: run yarn build on test (#3202)

* build: fail rollup on warning

* ci: run yarn build on test
This commit is contained in:
ylemkimon
2021-08-28 05:59:02 +09:00
committed by GitHub
parent 877e725620
commit 4cca8636c3
2 changed files with 4 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ jobs:
run: yarn test:jest --coverage
if: always()
- name: Build
run: yarn build
- uses: codecov/codecov-action@v2
with:
directory: ./coverage/