mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Add supported component validation check
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -68,6 +68,15 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Component Registry Check') {
|
||||
steps {
|
||||
script {
|
||||
nodejs(nodeJSInstallationName: "Node ${NODE_VERSION}") {
|
||||
sh 'npm run components:validate'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user