diff options
Diffstat (limited to 'scripts/plugin/uninstall.ts')
-rwxr-xr-x | scripts/plugin/uninstall.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/plugin/uninstall.ts b/scripts/plugin/uninstall.ts index b5e1ddea2..c56f18466 100755 --- a/scripts/plugin/uninstall.ts +++ b/scripts/plugin/uninstall.ts | |||
@@ -1,3 +1,6 @@ | |||
1 | import { registerTSPaths } from '../../server/helpers/register-ts-paths' | ||
2 | registerTSPaths() | ||
3 | |||
1 | import { initDatabaseModels } from '../../server/initializers/database' | 4 | import { initDatabaseModels } from '../../server/initializers/database' |
2 | import * as program from 'commander' | 5 | import * as program from 'commander' |
3 | import { PluginManager } from '../../server/lib/plugins/plugin-manager' | 6 | import { PluginManager } from '../../server/lib/plugins/plugin-manager' |
@@ -19,6 +22,7 @@ run() | |||
19 | }) | 22 | }) |
20 | 23 | ||
21 | async function run () { | 24 | async function run () { |
25 | |||
22 | await initDatabaseModels(true) | 26 | await initDatabaseModels(true) |
23 | 27 | ||
24 | const toUninstall = program['npmName'] | 28 | const toUninstall = program['npmName'] |