Skip to content

Commit fbf068b

Browse files
committed
Force changeset to update the lockfile
1 parent cbcc0ef commit fbf068b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
"**/*.{ts,tsx,graphql,yml,json,md,js,mdx}": [
119119
"prettier --write"
120120
],
121+
"**/package.json": [
122+
"sh -c \"yarn install --no-immutable\" && git add yarn.lock"
123+
],
121124
"yarn.lock": [
122125
"yarn dedupe"
123126
]

0 commit comments

Comments
 (0)