Check the git status output is empty in CI to avoid uncommitted build artifacts (#61)

This commit is contained in:
Moody Salem
2020-04-13 15:44:42 -04:00
committed by GitHub
parent 94a16db6dd
commit 6f10789f92
3 changed files with 20 additions and 6 deletions

View File

@ -37,3 +37,4 @@ jobs:
- run: yarn lint
- run: yarn compile
- run: yarn test
- run: yarn check-compile-output