Skip to content

Commit

Permalink
Merge branch 'arc-themes-release-version-2.3.0' into ASUB-8193_ReCapt…
Browse files Browse the repository at this point in the history
…cha_V3
  • Loading branch information
LauraPinilla committed Mar 26, 2024
2 parents 2b728c2 + 9662754 commit 3d2daec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# npx lint-staged
npm run lint:changed-feature-branch
6 changes: 1 addition & 5 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# fetching latest changes `git fetch -a --depth 100` to ensure the base branch is up to date
# git fetch -a --depth 100 && npm run lint:changed-feature-branch && npm run test:changed-feature-branch
git fetch -a --depth 100 && npm run lint:changed-feature-branch && npm run test:changed-feature-branch
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.1.2",
"glob": "^10.3.10",
"husky": "^8.0.3",
"husky": "^9.0.11",
"hygen": "^6.2.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 3d2daec

Please sign in to comment.