Skip to content

Commit a7ff561

Browse files
committed
chore: add circular dependency check script to package.json
1 parent 382164d commit a7ff561

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"prebuild": "yarn add_build_info",
4646
"build": "yarn add_build_info && yarn bob build",
4747
"prepare": "yarn build",
48-
"release": "release-it"
48+
"release": "release-it",
49+
"circ": "npx madge --circular --extensions ts ./"
4950
},
5051
"keywords": [
5152
"react-native",

0 commit comments

Comments
 (0)