Skip to content

Commit

Permalink
Update yarn to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mchv committed May 15, 2024
1 parent 33d83e8 commit f7abd45
Show file tree
Hide file tree
Showing 8 changed files with 19,646 additions and 161,990 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ cdk.out/

shared/graphql/graphql.ts
.DS_Store

# See https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (git diff --name-only --cached | grep -e 'cdk' -e 'shared/graphql'); then
fi

if (git diff --name-only --cached | grep 'yarn.lock'); then
yarn yarn-deduplicate
yarn dedupe
git add yarn.lock
yarn workspace client analyze-main-client-bundle
fi
Expand Down
Loading

0 comments on commit f7abd45

Please sign in to comment.