Add --no-frozen-lockfile flag to pnpm i
This commit is contained in:
parent
b6102ea7f6
commit
4261eacf10
@ -23,7 +23,7 @@ steps:
|
|||||||
image: node:18
|
image: node:18
|
||||||
commands:
|
commands:
|
||||||
- "npm add --global pnpm"
|
- "npm add --global pnpm"
|
||||||
- pnpm i
|
- pnpm i --no-frozen-lockfile
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
|
|
||||||
- name: container build
|
- name: container build
|
||||||
|
Loading…
Reference in New Issue
Block a user