update build script

This commit is contained in:
RockYang
2025-02-23 09:10:20 +08:00
parent a3f0576535
commit b7f41c524a

View File

@@ -5,11 +5,11 @@ arch=${2:-amd64}
# build go api program
cd ../api
#make clean $arch
make clean $arch
# build web app
cd ../web
#npm run build
npm run build
cd ../build