Skip to content

Commit

Permalink
run tokenJson:check separatly (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Apr 17, 2023
1 parent 12ccb3a commit bd4ef74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run build & npm run test & npm run tokenJson:check
npm run build & npm run test
npm run tokenJson:check
if npm run lint ; then
echo "Lint check passed"
else
Expand Down

0 comments on commit bd4ef74

Please sign in to comment.