We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53684fc commit 096aeebCopy full SHA for 096aeeb
index.js
@@ -7,7 +7,7 @@ module.exports = {
7
'migrator:migration:hook:require': function() {
8
9
// We use ts-node because the official typescript module does not implement the register() method
10
- require('ts-node').register();
+ require('ts-node/register');
11
12
/**
13
* Return value of this hook can be both, pure value or a promise.
0 commit comments