Skip to content

Commit

Permalink
set overrides for packages that have not updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nschubach committed Oct 17, 2023
1 parent 57bee50 commit 4edf1d6
Show file tree
Hide file tree
Showing 3 changed files with 1,972 additions and 631 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# fetching latest changes to ensure the origin/arc-themes-release-version-1.20 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
Loading

0 comments on commit 4edf1d6

Please sign in to comment.