Skip to content

Commit

Permalink
fail when ncc is different
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Dec 20, 2023
1 parent 6811787 commit d6361e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run: npm install
- name: lint
run: node_modules/.bin/eslint src
- name: check ncc
- name: confirm js artifact matches source
run: |
make dist/index.js
git status
git diff --exit-code

0 comments on commit d6361e3

Please sign in to comment.