mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
build(cli): 🐛 Add package.json into build to make oclif happy
This commit is contained in:
parent
04cd140f6d
commit
a1fc86761d
1 changed files with 3 additions and 0 deletions
3
build.ts
3
build.ts
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue