From 45404e0f629cc6a2f8d4dd784891b0915c4d816f Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll <kingersoll@gmail.com> Date: Thu, 23 May 2024 21:48:48 +0100 Subject: [PATCH] fix(gas-report): include solidity in published package --- packages/gas-report/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gas-report/package.json b/packages/gas-report/package.json index 31c556b2dd..8fcb4c9db7 100644 --- a/packages/gas-report/package.json +++ b/packages/gas-report/package.json @@ -17,6 +17,7 @@ }, "files": [ "dist", + "src", "out" ], "scripts": {