Преглед на файлове

refactor: rename 'deployers' dir to 'deploy'

Paul Razvan Berg преди 3 години
родител
ревизия
2e44a919f2
променени са 3 файла, в които са добавени 1 реда и са изтрити 1 реда
  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