Skip to content

Commit ccaf653

Browse files
committed
fix: remove unused task folder
1 parent b1be78b commit ccaf653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const SKIP_LOAD = process.env.SKIP_LOAD === 'true'
2929

3030
function loadTasks() {
3131
require('./gre/gre')
32-
;['contracts', 'bridge', 'misc', 'deployment', 'actions', 'verify', 'e2e'].forEach((folder) => {
32+
;['contracts', 'bridge', 'deployment', 'actions', 'verify', 'e2e'].forEach((folder) => {
3333
const tasksPath = path.join(__dirname, 'tasks', folder)
3434
fs.readdirSync(tasksPath)
3535
.filter((pth) => pth.includes('.ts'))

0 commit comments

Comments
 (0)