fix(cli): 🐛 Remove plugin-help from oclif as it was causing bundling errors

This commit is contained in:
Jesse Wierzbinski 2024-05-08 07:26:17 +00:00
parent 19c14ef3fc
commit 47c88dd7dd
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

View file

@ -48,6 +48,8 @@ await $`cp beemovie.txt dist/beemovie.txt`;
// Copy package.json
await $`cp package.json dist/package.json`;
// Copy cli/theme.json
await $`cp cli/theme.json dist/cli/theme.json`;
buildSpinner.stop();