fix: add --no-frozen-lockfile to pnpm install

This commit is contained in:
Nathan Flurry 2026-01-27 19:24:50 -08:00
parent 016d529c67
commit 35496bdf59

View file

@ -64,7 +64,7 @@ jobs:
EOF
# Install dependencies
pnpm install
pnpm install --no-frozen-lockfile
# Install tsx globally
npm install -g tsx
@ -231,7 +231,7 @@ jobs:
EOF
# Install dependencies
pnpm install
pnpm install --no-frozen-lockfile
# Install tsx globally
npm install -g tsx