From bebabda16c06f36f9bae4730aedafd2317e9170a Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 23 May 2024 21:52:10 +0100 Subject: [PATCH] fix(gas-report): include foundry.toml in published package --- packages/gas-report/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/gas-report/package.json b/packages/gas-report/package.json index 8fcb4c9db7..ac158b4970 100644 --- a/packages/gas-report/package.json +++ b/packages/gas-report/package.json @@ -17,8 +17,9 @@ }, "files": [ "dist", + "out", "src", - "out" + "foundry.toml" ], "scripts": { "build": "tsup",