Skip to content

Commit a753a0c

Browse files
fix(buster): make buster a gloabl command
Yarn's cache is relative to the user, and has no requirement on any ghost instance.
1 parent c96a768 commit a753a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/commands/buster.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ class BusterCommand extends Command {
1111

1212
BusterCommand.description = 'Who ya gonna call?';
1313
BusterCommand.longDescription = 'When there\'s something strange in your neighborhood....';
14+
BusterCommand.global = true;
1415

1516
module.exports = BusterCommand;

0 commit comments

Comments
 (0)