Skip to content

Commit

Permalink
compile hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Dec 20, 2024
1 parent d4d389a commit c3d0b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit c3d0b20

Please sign in to comment.