You've already forked sap-jenkins-library
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user