Commit 9c912d9a authored by 前端-许佳敏's avatar 前端-许佳敏

chore: 修改配置文件

parent 707c8e49
......@@ -118,7 +118,7 @@ pipeline {
if (env.GIT_COMMIT_MSG ==~ /.*\-quick\:.*/) {
sh "echo 跳过脚本执行"
} else {
sh "yarn api"
sh "cross env PRO_ENV=${BUILD_ENV} yarn api"
sh "cross-env PRO_ENV=${BUILD_ENV} yarn scripts:build"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment