mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-07 00:36:08 +08:00
update build script
This commit is contained in:
@@ -5,11 +5,11 @@ arch=${2:-amd64}
|
|||||||
|
|
||||||
# build go api program
|
# build go api program
|
||||||
cd ../api
|
cd ../api
|
||||||
#make clean $arch
|
make clean $arch
|
||||||
|
|
||||||
# build web app
|
# build web app
|
||||||
cd ../web
|
cd ../web
|
||||||
#npm run build
|
npm run build
|
||||||
|
|
||||||
cd ../build
|
cd ../build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user