Skip to content

Commit

Permalink
Revert env file path change in merkle command
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkidwarrior committed Oct 21, 2024
1 parent d0fbd4f commit 6e666f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"build": "forge build",
"gen-dist-merkle-tree": "bun run --env-file=../../.env ./script/gen-dist-merkle-tree.ts",
"gen-dist-merkle-tree": "bun run ./script/gen-dist-merkle-tree.ts",
"forge": "forge",
"clean": "forge clean",
"test": "forge test",
Expand Down

0 comments on commit 6e666f7

Please sign in to comment.