Update Jenkinsfile

This commit is contained in:
Zheyuan Wu
2025-02-20 11:20:45 -06:00
parent 9360059295
commit 0b67327a92

7
Jenkinsfile vendored
View File

@@ -9,9 +9,10 @@ pipeline {
stages { stages {
stage('Test') { stage('Test') {
steps { steps {
echo 'Testing..' nodejs(nodeJSInstallationName: 'NodeJS') {
sh 'npm install' sh 'npm install'
sh 'npm run build' sh 'npm run build'
}
} }
} }
stage('Build') { stage('Build') {