Update workflow.yml

This commit is contained in:
David Hadka 2020-05-08 19:04:03 -04:00 committed by GitHub
parent 35923d642d
commit 95a6938461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ jobs:
- name: Build & Test
run: npm run test
- name: Ensure dist/ folder is up-to-date
shell: bash
run: |
npm run build
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then