Skip to content

Commit

Permalink
[JENKINS-73744_follow_up] add npm lock to ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Scherler <[email protected]>
  • Loading branch information
scherler committed Sep 19, 2024
1 parent f9fef61 commit 1aed85f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{
"customType": "regex",
"fileMatch": [
"war/pom.xml"
"pom.xml"
],
"matchStrings": [
"<node.version>(?<currentValue>.*?)</node.version>"
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ node_modules/

# Generated JavaScript Bundles
jsbundles

# jenkins generated npm lock files at build time, however that should not be checked in ever
package-lock.json
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ MAVEN_OPTS='--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/ja

### Running the Yarn frontend build

**NOTE** If you are already use a system that has yarn installed globally, you do not need to change your path.

To run the Yarn frontend build, after [building the WAR file](#building-the-war-file), add the downloaded versions of Node and Yarn to your path:

```sh
Expand Down

0 comments on commit 1aed85f

Please sign in to comment.