Skip to content

Commit 88cce3f

Browse files
committed
fix(cli): set initialized to false during plugin installation
1 parent 3a6582c commit 88cce3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/bin/install-plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const installPlugin = (plugin, config) =>
1313
yield checkAndInstallPackage(name);
1414
// Put the installed plugin in the patternlab-config.json
1515
_.set(config, `plugins[${name}]['enabled']`, true);
16+
_.set(config, `plugins[${name}]['initialized']`, false);
1617

1718
// Get the options from the plugin, if any
1819
const pluginPathConfig = path.resolve(

0 commit comments

Comments
 (0)