Skip to content

Commit

Permalink
fix: fix circular dependencies command
Browse files Browse the repository at this point in the history
  • Loading branch information
1fabiopereira committed Oct 16, 2022
1 parent cffeb0c commit e5b22b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest --coverage --detectOpenHandles",
"type-check": "tsc --noEmit",
"sonar": "sonar-scanner -Dsonar.host.url=https://sonarcloud.io",
"circular": "npx madge --circular src/index.tsx --no-spinner --warning"
"circular": "madge --circular index.ts --no-spinner --warning"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit e5b22b3

Please sign in to comment.