mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
chore(dev): switch to bun
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
|
||||
set -xe
|
||||
|
||||
pnpm build-local
|
||||
bun run build-local
|
||||
mkdir .next/standalone/public && cp -aR public/* .next/standalone/public
|
||||
mkdir .next/standalone/public/_next && cp -aR .next/static/ .next/standalone/public/_next
|
||||
cd .next/
|
||||
tar zcvf standalone.tar.gz standalone/
|
||||
cd ..
|
||||
ls -l .next/
|
||||
ls -lh .next/
|
||||
|
Reference in New Issue
Block a user