Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: load legacy plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 7, 2018
1 parent 0695878 commit 96076bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/manifest.ts
Expand Up @@ -24,6 +24,7 @@ export default class Manifest extends Command {
const {PluginLegacy} = require(p)
delete plugin.name
plugin = new PluginLegacy(this.config, plugin)
await plugin.load()
}
if (process.env.ANYCLI_NEXT_VERSION) {
plugin.manifest.version = process.env.ANYCLI_NEXT_VERSION
Expand Down

0 comments on commit 96076bd

Please sign in to comment.