Skip to content

Commit

Permalink
chore: add husky for forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlasoin committed Nov 28, 2024
1 parent 421e53a commit 9898839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

forge fmt

forge build
Expand Down
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ contract Deploy is Deployer {
function run() external {
deployImplementations();

// deployProxies();
deployProxies();
}

/// @notice Deploy all of the proxies
Expand Down

0 comments on commit 9898839

Please sign in to comment.