Add --no-frozen-lockfile flag to pnpm i
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Garrett Mills 2023-04-28 17:49:39 -05:00
parent b6102ea7f6
commit 4261eacf10

View File

@ -23,7 +23,7 @@ steps:
image: node:18
commands:
- "npm add --global pnpm"
- pnpm i
- pnpm i --no-frozen-lockfile
- pnpm run build
- name: container build