Skip to content

Commit cbcc0ef

Browse files
committed
Dedupe yarn.lock automatically
1 parent 9f9e3cf commit cbcc0ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
],
118118
"**/*.{ts,tsx,graphql,yml,json,md,js,mdx}": [
119119
"prettier --write"
120+
],
121+
"yarn.lock": [
122+
"yarn dedupe"
120123
]
121124
}
122125
}

0 commit comments

Comments
 (0)