Remove old pages/ directory

This commit is contained in:
Jesse Wierzbinski 2024-04-09 01:55:03 -10:00
parent 577b866bb3
commit 8ec34f7138
No known key found for this signature in database
19 changed files with 4 additions and 802 deletions

View file

@ -49,6 +49,6 @@ await $`cp -r ${process.cwd()}/node_modules/sharp/build/ .`;
await $`cp -r packages/frontend/.output dist/frontend`;
// Copy the Bee Movie script from pages
await $`cp ${process.cwd()}/pages/beemovie.txt dist/beemovie.txt`;
await $`cp beemovie.txt dist/beemovie.txt`;
console.log("Built!");