From c3d0b20b843ebba01c12a5896a0943a3c5e14f30 Mon Sep 17 00:00:00 2001 From: aazhou1 Date: Fri, 20 Dec 2024 00:17:36 -0800 Subject: [PATCH] compile hardhat --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 13c5eaf2..bca75463 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -7,7 +7,7 @@ import glob from "glob"; task("compile", "Compiles the project, excluding specific files", async (_, { run }) => { const excludedPaths = [ - path.resolve(__dirname, "src/test/*.sol"), + path.resolve(__dirname, "src/test/kontrol/*.sol"), ]; const allFiles = glob.sync(path.resolve(__dirname, "src/*.sol"));