ffffix
Some checks failed
main-branch-frovide/pipeline/head There was a failure building this commit

This commit is contained in:
Insub Kim 2025-06-05 06:52:36 +00:00
parent f3c9b44945
commit c9dccc8c6f

2
Jenkinsfile vendored
View File

@ -42,8 +42,6 @@ pipeline {
steps {
// nvm 활성화를 위해 . (점) 명령을 사용
sh '''
. /var/lib/jenkins/.nvm/nvm.sh
nvm use 18 # 사용하려는 Node.js 버전
npm install
npm run build
'''