Skip to content

Commit

Permalink
Merge pull request #118 from oaknational/chore/remove-prepublish-check
Browse files Browse the repository at this point in the history
chore: remove prepublish check for local changes
  • Loading branch information
carlmw authored Feb 27, 2024
2 parents b33e644 + e0954d8 commit 468d0e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/prepublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ fi

npm run test:ci
npm run build

git diff-index --quiet HEAD -- || (echo "Error: You have uncommitted changes. Please commit or stash them before pushing." && exit 1)

0 comments on commit 468d0e1

Please sign in to comment.