Skip to content

Commit

Permalink
Fixed always running npm run editor:unlink on pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcouch-sil committed Apr 15, 2024
1 parent 7d512b3 commit df20876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ echo "Running Lint check..."
npm run lint:staged
echo "Lint check finished"

echo "If the following fails run `npm run editor:unlink`"
echo "If the following fails run npm run editor:unlink"
npx yalc check

0 comments on commit df20876

Please sign in to comment.