mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 07:03:48 +00:00
fix: add --no-frozen-lockfile to pnpm install
This commit is contained in:
parent
016d529c67
commit
35496bdf59
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue