Skip to content

Commit

Permalink
Check dist is updated (#50)
Browse files Browse the repository at this point in the history
* Check dist is updated

* test edit

* Revert "test edit"

This reverts commit d506a0b.
  • Loading branch information
JohnnyMorganz committed May 1, 2023
1 parent aff64b7 commit 9a6ec84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Rebuild
run: |
npm run all
# - name: Ensure dist is updated
# run: |
# git diff-index --quiet HEAD
- name: Ensure dist is updated
run: |
git diff --exit-code
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9a6ec84

Please sign in to comment.