From e4943e4ddf394db15aa2991d2baa849ec9d43383 Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Thu, 9 Jan 2025 19:40:16 +0700 Subject: [PATCH] yarn build:production --- fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile b/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile index 8688382..9e17717 100644 --- a/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile +++ b/fe/fe-portal/ci-prod-portal-frontend.Jenkinsfile @@ -14,7 +14,7 @@ pipeline { NUXT_BUILD_FOLDER_PATH = "${env.WORKSPACE}" OUTPUT_FOLDER_PATH = ".output" //thư mục .output (sau khi build xong) COMMAND_NUXT_INSTALL = 'npm install' //command install dependencies - COMMAND_NUXT_BUILD = "yarn build" // command build MT uat + COMMAND_NUXT_BUILD = "yarn build:production" // command build MT prod COMPRESSED_FILE_NAME = "${env.ENV}_${env.PROJECT_NAME}_output.zip" // tên file nén COMPRESSED_FILE_PATH = "${env.WORKSPACE }/${env.COMPRESSED_FILE_NAME}"