This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
前端部署修改
dev-lhz
chenzhihang
1 year ago
parent
baf17f2cad
commit
d1850789b6
1 changed files
with
9 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-7
k8s/build-node.sh
+ 9
- 7
k8s/build-node.sh
View File
@@ -3,13 +3,15 @@
baseDir="/home/somuns/ci4s"
cd ${baseDir}/react-ui
#npm install -g npm@10.9.0
#npm install
#
#if [ $? -ne 0 ]; then
# echo "Failed to install npm depend package"
# exit 1
#fi
npm config set proxy http://172.20.32.253:3128
npm config set https-proxy http://172.20.32.253:3128
npm install
if [ $? -ne 0 ]; then
echo "Failed to install npm depend package"
exit 1
fi
npm run build
Write
Preview
Loading…
Cancel
Save