Skip to content

Commit ca25cab

Browse files
committed
cli: fix extending environment when using the console
1 parent 40a2a72 commit ca25cab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import 'solidity-coverage'
2525
const SKIP_LOAD = process.env.SKIP_LOAD === 'true'
2626

2727
if (!SKIP_LOAD) {
28+
require('./tasks/gre.ts')
2829
;['contracts', 'misc', 'deployment', 'actions'].forEach((folder) => {
2930
const tasksPath = path.join(__dirname, 'tasks', folder)
3031
fs.readdirSync(tasksPath)

0 commit comments

Comments
 (0)