mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
build: 修改打包时前端的link配置
This commit is contained in:
parent
0a984320af
commit
a092408fbc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -65,7 +65,7 @@ pipeline {
|
||||
|
||||
# 复制前端代码
|
||||
if [ -n ${FRONTEND_LINK} ]; then
|
||||
cp -r framework/sdk-parent/frontend ${FRONTEND_LINK}/frontend/.npm_tmp
|
||||
cp -r framework/sdk-parent/frontend ${FRONTEND_LINK}/frontend/.tmp_npm
|
||||
fi
|
||||
'''
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user