Skip to content

Commit

Permalink
chore(lib-ethers): 🤖 disable contract type generation
Browse files Browse the repository at this point in the history
because contract compilation fails
  • Loading branch information
apttx committed Oct 14, 2024
1 parent 2d92ebf commit 9a5e215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"delete-dev-deployments": "ts-node scripts/delete-dev-deployments.ts",
"prepare": "run-s 'prepare:*'",
"prepare:deployments": "ts-node scripts/copy-deployments.ts",
"prepare:types": "ts-node scripts/generate-types.ts",
"prepare:types": "echo \"this fails because contract compilation fails. we're using a static set of pre-compiled json files, so we don't need it anyway\" && exit 0 && ts-node scripts/generate-types.ts",
"prepare:eslint": "eslint src",
"prepare:tsc": "tsc --project tsconfig.dist.json",
"prepare:api": "api-extractor run --local",
Expand Down

0 comments on commit 9a5e215

Please sign in to comment.