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
run go generate
This commit is contained in:
@@ -128,7 +128,7 @@ func NpmExecuteScriptsCommand() *cobra.Command {
|
||||
Long: `### 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