Skip to content

Commit

Permalink
Update madge config
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Jun 4, 2023
1 parent dec4b59 commit 4567b44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
deps.pdf
2 changes: 2 additions & 0 deletions packages/abi-to-sol/.madgerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"excludeRegExp": [
"\\.test\\.ts$",
"\/test\/"
],
"fileExtensions": ["ts"],
"detectiveOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-to-sol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"abi-to-sol": "ts-node ./bin/abi-to-sol.ts",
"prepare": "tsc",
"madge": "madge ./src/index.ts",
"madge": "madge ./src",
"test": "jest src/**",
"test:test": "jest test/**",
"test:dist": "yarn prepare && jest dist/src",
Expand Down

0 comments on commit 4567b44

Please sign in to comment.