Skip to content

Commit

Permalink
build: remove madge and circular dependencies check
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Dec 23, 2022
1 parent 8b53f3d commit bac261e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 475 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"scripts": {
"build": "yarn clean && tsc -p ./ && yarn build:fix-paths",
"build:fix-paths": "tscpaths -p ./tsconfig.json -s ./src -o ./lib",
"circular-dependencies": "madge --circular src",
"clean": "rimraf lib",
"coverage": "jest --coverage --silent",
"lint": "eslint ./src ./test ./types --color --ext .ts --ext .tsx",
Expand Down Expand Up @@ -133,7 +132,6 @@
"ink-testing-library": "^2.1.0",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"madge": "^5.0.1",
"mem-fs": "^2.2.1",
"mem-fs-editor": "^9.5.0",
"nock": "^13.2.9",
Expand Down

0 comments on commit bac261e

Please sign in to comment.