print frontend dir

This commit is contained in:
Liujian
2024-10-21 18:43:06 +08:00
parent 486bf0edcd
commit 436ab32937
+3
View File
@@ -56,8 +56,11 @@ builder:
- |
if [ -n "$(git diff --name-status HEAD~1 HEAD -- frontend)" ]; then
./scripts/build.sh $BUILD_DIR ${VERSION} all ""
echo ""
ll -a frontend
rm -fr ../artifacts/dist
cp -r frontend/dist ../artifacts/dist
ll -a ../artifacts
else
./scripts/build.sh $BUILD_DIR ${VERSION}
fi