fix build script

This commit is contained in:
xfy
2024-05-22 13:28:45 +08:00
parent 6edb23255e
commit caa61abc6f

View File

@ -23,7 +23,8 @@ build:local:
stage: build stage: build
script: script:
- pnpm i - pnpm i
- ./scripts/standalone.sh - chmod +x scripts/standalone.sh
- bash scripts/standalone.sh
artifacts: artifacts:
paths: paths:
- .next/standalone.tar.gz - .next/standalone.tar.gz