mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
fix(build): tar folders structure
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
pnpm 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
|
||||
tar zcvf .next/standalone.tar.gz .next/standalone/
|
||||
cd .next/
|
||||
tar zcvf standalone.tar.gz standalone/
|
||||
cd ..
|
||||
ls -l .next/
|
||||
|
Reference in New Issue
Block a user