mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
build(cli): 🐛 Add package.json into build to make oclif happy
This commit is contained in:
parent
04cd140f6d
commit
a1fc86761d
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
|
// Copy the Bee Movie script from pages
|
||||||
await $`cp beemovie.txt dist/beemovie.txt`;
|
await $`cp beemovie.txt dist/beemovie.txt`;
|
||||||
|
|
||||||
|
// Copy package.json
|
||||||
|
await $`cp package.json dist/package.json`;
|
||||||
|
|
||||||
buildSpinner.stop();
|
buildSpinner.stop();
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue