Browse Source

refactor: rename 'deployers' dir to 'deploy'

Paul Razvan Berg 3 years ago
parent
commit
2e44a919f2
3 changed files with 1 additions and 1 deletions
  1. 1 1
      hardhat.config.ts
  2. 0 0
      tasks/deploy/greeter.ts
  3. 0 0
      tasks/deploy/index.ts

+ 1 - 1
hardhat.config.ts

@@ -5,7 +5,7 @@ import "solidity-coverage";
 
 import "./tasks/accounts";
 import "./tasks/clean";
-import "./tasks/deployers";
+import "./tasks/deploy";
 
 import { resolve } from "path";
 

+ 0 - 0
tasks/deployers/greeter.ts → tasks/deploy/greeter.ts


+ 0 - 0
tasks/deployers/index.ts → tasks/deploy/index.ts