From 8a872367d4a042b3ed167a8c70418deab4d80113 Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Wed, 6 Mar 2024 23:13:58 +0100 Subject: [PATCH] fix: Fix files of package --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index caeeb715..33d39592 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,9 @@ "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts", - "artifacts" + "artifacts", + "types", + "dist" ], "scripts": { "run-env": "npm i && tail -f /dev/null",