gha: Add ncc check step

This commit is contained in:
peaceiris 2019-12-08 15:20:26 +09:00
parent 4e5d934ed6
commit 876c3e1bbf

View file

@ -45,6 +45,11 @@ jobs:
- run: npm test
- name: Check ncc
run: |
npm run build
test -z "$(git status --short)"
- name: Upload test coverage
uses: actions/upload-artifact@v1
with: