mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
change build script
upload as tar.gz
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
#!bin/bash
|
||||
|
||||
set -xe
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user