build: 修改打包时前端的link配置

This commit is contained in:
CaptainB 2022-10-15 11:58:06 +08:00
parent 0a984320af
commit a092408fbc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
'''
}