Add --no-frozen-lockfile flag to pnpm i
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user