Skip to content

Commit 47a5578

Browse files
committed
Reload config after importing map
1 parent 6c8c673 commit 47a5578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/services/importMap/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ module.exports = config => {
120120
}
121121
log('Restart Runners')
122122
pubsub.publish(pubsub.keys.RUNTIME_RESTART, '1')
123+
log('Reloading config.yml')
124+
await config.utils.reloadConfig()
123125
log('Done')
124126
return `Map imported from ${map}`
125127
}

0 commit comments

Comments
 (0)