Skip to content

Commit

Permalink
fix: include lookup table in build output
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 21, 2022
1 parent 07b7d32 commit 37d14bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deployments/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"outDir": "dist",
"resolveJsonModule": true
},
"include": ["index.ts", "src", "tasks/**/abi/*.json", "tasks/**/bytecode/*.json", "tasks/**/output/*.json"],
"include": ["index.ts", "src", "addresses/**/*.json", "tasks/**/abi/*.json", "tasks/**/bytecode/*.json", "tasks/**/output/*.json"],
"exclude": ["tasks/**/test", "tasks/**/output/test.json"],
"files": ["./hardhat.config.ts"]
}

0 comments on commit 37d14bf

Please sign in to comment.