Skip to content

Commit

Permalink
[WIP] Check changes in package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Jan 15, 2024
1 parent 48096b8 commit 11f4968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
npm install
npm run build
if [ -n "$(git status --porcelain)" ]; then
cat package-lock.json
git status
echo "NPM build in crates/brioche/runtime is out of date!" >&2
echo "Re-run 'npm run build' and commit the results" >&2
Expand Down

0 comments on commit 11f4968

Please sign in to comment.