Skip to content

Commit

Permalink
Merge pull request #26757 from jhipster/husky
Browse files Browse the repository at this point in the history
revert husky to 9.0.11
  • Loading branch information
DanielFran authored Jul 18, 2024
2 parents aa0d538 + feef536 commit 4a575b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generators/javascript/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.7"
}
}
2 changes: 2 additions & 0 deletions test-integration/scripts/99-build-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@ echo "::group::Check Client Common"
git -c color.ui=always diff --exit-code @~1 -- \
'generators/bootstrap-application-client' \
'generators/client/**' \
'generators/javascript/**' \
|| CLIENT_COMMON=true
echo "::endgroup::"

echo "::group::Check Client"
git -c color.ui=always diff --exit-code @~1 -- \
'generators/bootstrap-application-client' \
'generators/client/**' \
'generators/javascript/**' \
'generators/angular/**' \
'generators/react/**' \
'generators/vue/**' \
Expand Down

0 comments on commit 4a575b8

Please sign in to comment.