This commit is contained in:
2025-10-21 20:27:45 +08:00
parent fe76d14835
commit 6cf9d0a1ac
8 changed files with 70 additions and 2 deletions

2
.build/build-assets.sh Executable file → Normal file
View File

@@ -6,7 +6,7 @@ export NODE_OPTIONS="--max-old-space-size=8192"
cd assets
rm -rf build
yarn install --network-timeout 1000000
yarn version --new-version $1 --no-git-tag-version
# yarn version --new-version $1 --no-git-tag-version
yarn run build
# Copy the build files to the application directory

0
.build/entrypoint.sh Executable file → Normal file
View File