Add --no-frozen-lockfile flag to pnpm i
continuous-integration/drone Build is passing Details
continuous-integration/drone/promote/production Build is passing Details

master
Garrett Mills 1 year ago
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…
Cancel
Save