mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-07 01:08:24 +08:00
update build script
This commit is contained in:
parent
a3f0576535
commit
b7f41c524a
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user