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

run go generate

This commit is contained in:
Ashly Mathew    
2025-07-29 15:28:11 +05:30
parent deceddb300
commit 93b3869ba2

View File

@@ -128,7 +128,7 @@ func NpmExecuteScriptsCommand() *cobra.Command {
Long: `### Lock file detection: Long: `### Lock file detection:
- If ` + "`" + `package-lock.json` + "`" + ` is found → runs ` + "`" + `npm ci` + "`" + ` - 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 ` + "`" + `pnpm-lock.yaml` + "`" + ` is found → runs ` + "`" + `pnpm install --frozen-lockfile` + "`" + `
- If no lock file is found → defaults to ` + "`" + `npm install` + "`" + ` and continues execution - If no lock file is found → defaults to ` + "`" + `npm install` + "`" + ` and continues execution