Woodpecker CI: Use yarn --frozen-lockfile everywhere
This commit is contained in:
parent
ca1175ee8f
commit
d50d629e07
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ steps:
|
|||
image: docker.io/node:18-alpine
|
||||
commands:
|
||||
- apk add --no-cache zip
|
||||
- yarn
|
||||
- yarn --frozen-lockfile
|
||||
- yarn build
|
||||
- if [ "${CI_PIPELINE_EVENT}" = "push" ] || [ "${CI_PIPELINE_EVENT}" = "manual" ]; then zip -9qr ${CI_REPO_DEFAULT_BRANCH}.zip dist/; fi
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ steps:
|
|||
image: &node-image
|
||||
docker.io/node:18-alpine
|
||||
commands:
|
||||
- yarn
|
||||
- yarn --frozen-lockfile
|
||||
|
||||
eslint:
|
||||
image: *node-image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue