Skip to content

Commit

Permalink
Merge branch 'main' into refactor-dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Oct 7, 2024
2 parents 8179af1 + 74a4aac commit 6d81ea6
Show file tree
Hide file tree
Showing 194 changed files with 1,478 additions and 983 deletions.
3 changes: 2 additions & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ if [ -f ".husky/_/history" ]; then
lastHash=$(cat ./.husky/_/history)
isUpdated=$(git diff $lastHash HEAD -- ./package.json)
if [ "$isUpdated" != "" ]; then
echo "\n⚠🔥 'package.json' has changed. Please run 'yarn install'! 🔥"
echo
echo "⚠🔥 'package.json' has changed. Please run 'yarn install'! 🔥"
fi
else
yarn install
Expand Down
78 changes: 37 additions & 41 deletions files/en-us/_redirects.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 6d81ea6

Please sign in to comment.