BUILD-8621 Build npm action#15
Merged
mikolaj-matuszny-ext-sonarsource merged 3 commits intomasterfrom Jul 24, 2025
Merged
Conversation
d3c212f to
90a3ed1
Compare
🤖 Pull Request summaryAdds new NPM build GitHub Action with comprehensive CI/CD pipeline support.
|
5e3766c to
774a3f4
Compare
774a3f4 to
4de8ab1
Compare
julien-carsique-sonarsource
approved these changes
Jul 23, 2025
Contributor
julien-carsique-sonarsource
left a comment
There was a problem hiding this comment.
The build.sh can be simplified to be shorter and easier to read.
Remove the run_npm_install, run_npm_tests, run_npm_build functions. They only make it harder to understand run_standard_pipeline with obfuscating simple commands.
1686585 to
4f9b3bf
Compare
86d6105 to
fbdd793
Compare
fbdd793 to
6df3cc9
Compare
🤖 Pull Request summaryAdd new build-npm action for NPM project CI/CD with SonarQube integration and Artifactory deployment.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Adds new NPM build GitHub Action with comprehensive CI/CD pipeline support.