build(cli): 🐛 Add package.json into build to make oclif happy

This commit is contained in:
Jesse Wierzbinski 2024-05-08 00:35:00 +00:00
parent 04cd140f6d
commit a1fc86761d
No known key found for this signature in database

View file

@ -46,6 +46,9 @@ await $`cp -r node_modules/@img/sharp-linux-* dist/node_modules/@img`;
// Copy the Bee Movie script from pages
await $`cp beemovie.txt dist/beemovie.txt`;
// Copy package.json
await $`cp package.json dist/package.json`;
buildSpinner.stop();
console.log(