1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

fix( npmExecuteScripts.yaml ): correct lock file extension

This commit is contained in:
Ashly Mathew
2025-07-29 15:23:36 +05:30
committed by GitHub
parent 8cb1e6a7b6
commit deceddb300

View File

@@ -7,7 +7,7 @@ metadata:
### Lock file detection:
- If `package-lock.json` is found → runs `npm ci`
- If `yarn.lock.json` is found → runs `yarn install --frozen-lockfile`
- If `yarn.lock` is found → runs `yarn install --frozen-lockfile`
- If `pnpm-lock.yaml` is found → runs `pnpm install --frozen-lockfile`
- If no lock file is found → defaults to `npm install` and continues execution