Skip to content

Commit

Permalink
Force changeset to update the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 24, 2024
1 parent cbcc0ef commit 72ed5cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
"**/*.{ts,tsx,graphql,yml,json,md,js,mdx}": [
"prettier --write"
],
"**/package.json": [
"sh -c \"yarn install --mode=update-lockfile\" && git add yarn.lock"
],
"yarn.lock": [
"yarn dedupe"
]
Expand Down

0 comments on commit 72ed5cd

Please sign in to comment.