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