mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix(cli): 🐛 Remove plugin-help from oclif as it was causing bundling errors
This commit is contained in:
parent
19c14ef3fc
commit
47c88dd7dd
4 changed files with 5 additions and 3 deletions
2
build.ts
2
build.ts
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue