Skip to content

Commit 98210ff

Browse files
committed
chore: 👷 add rnx-kit script to package.json to fix dependency issues
1 parent ad48bec commit 98210ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"postpublish": "pinst --enable",
5353
"commit": "gacp",
5454
"contributors:add": "all-contributors add",
55-
"contributors:generate": "all-contributors generate"
55+
"contributors:generate": "all-contributors generate",
56+
"fix:dependencies": "yarn rnx-align-deps --write"
5657
},
5758
"commitlint": {
5859
"extends": [

0 commit comments

Comments
 (0)