Hello Everyone I am exp…
Hello Everyone,
I am exploring nx recently and need some guidance on setting up Jenkins pipeline script on Windows server for nx apps.
I added the below build script in JenkinsFile. But It gives me a message saying ‘NX No projects with “build” were affected’
stage('Build') {
steps {
bat "npm run nx affected -- --target=build --base=${GIT_BRANCH} --prod --parallel"
}
The commit has few modified library files to be deployed. But its not detected by the above command. Any help on this?
Thanks,