yarn build:production
This commit is contained in:
@@ -14,7 +14,7 @@ pipeline {
|
|||||||
NUXT_BUILD_FOLDER_PATH = "${env.WORKSPACE}"
|
NUXT_BUILD_FOLDER_PATH = "${env.WORKSPACE}"
|
||||||
OUTPUT_FOLDER_PATH = ".output" //thư mục .output (sau khi build xong)
|
OUTPUT_FOLDER_PATH = ".output" //thư mục .output (sau khi build xong)
|
||||||
COMMAND_NUXT_INSTALL = 'npm install' //command install dependencies
|
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_NAME = "${env.ENV}_${env.PROJECT_NAME}_output.zip" // tên file nén
|
||||||
COMPRESSED_FILE_PATH = "${env.WORKSPACE }/${env.COMPRESSED_FILE_NAME}"
|
COMPRESSED_FILE_PATH = "${env.WORKSPACE }/${env.COMPRESSED_FILE_NAME}"
|
||||||
|
|||||||
Reference in New Issue
Block a user