Skip to content

Commit

Permalink
remove tmp file
Browse files Browse the repository at this point in the history
  • Loading branch information
marsian83 committed Nov 17, 2024
1 parent 94528ac commit 562e4e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file.
2 changes: 0 additions & 2 deletions packages/contracts/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ function main() {
"currrentNetwork",
args["network"] || config.networks.default || "anvil",
);

Deno.writeTextFileSync("./environment/environment.tmp.ts", "");
}

if (import.meta.main) {
Expand Down

0 comments on commit 562e4e8

Please sign in to comment.