Skip to content

Commit

Permalink
Update java/developing-applications/building.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mahati Shankar <[email protected]>
  • Loading branch information
mofterdinger and smahati authored Dec 12, 2024
1 parent 12e3746 commit 4c9eee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/developing-applications/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ The `install-cdsdk` goal is no longer used to install the `@sap/cds-dk` locally
}
}
```
A `package-lock.json` is also created during project creation with the `cds-services-archetype`. This allows the `npm ci` to run successfully and all transitive dependencies of @sap/cds-dk to be pinned to fix versions. With this, you can ensure that the CDS build is fully reproducible.
A `package-lock.json` is also created during project creation with the `cds-services-archetype`. The lock file is needed for `npm ci` to run successfully and pins the transitive dependencies of @sap/cds-dk to fixed versions. Fixing the versions ensures that the CDS build is fully reproducible.

::: warning

Expand Down

0 comments on commit 4c9eee9

Please sign in to comment.