Merge branch 'feature/auto-publish-to-gitlab' into 'main'

update builder script

See merge request apipark/APIPark!25
This commit is contained in:
刘健
2024-10-21 18:31:57 +08:00
+3
View File
@@ -47,6 +47,9 @@ builder:
script:
- go mod tidy
- |
if [ -d "../artifacts" ]; then
mkdir -p ../artifacts
fi
if [ -d "../artifacts/dist" ]; then
cp -r ../artifacts/dist frontend/dist
fi