Skip to content

Commit

Permalink
ci: check dist is in sync with src (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Mrugesh Mohapatra <[email protected]>
  • Loading branch information
ojeytonwilliams and raisedadead authored Jun 11, 2024
1 parent 2c039b7 commit 2ba631e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ jobs:

- name: Run Tests
run: pnpm run test

- name: Check dist is up-to-date
run: git diff --exit-code HEAD

0 comments on commit 2ba631e

Please sign in to comment.