mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 18:04: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
|
EOF
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pnpm install
|
pnpm install --no-frozen-lockfile
|
||||||
|
|
||||||
# Install tsx globally
|
# Install tsx globally
|
||||||
npm install -g tsx
|
npm install -g tsx
|
||||||
|
|
@ -231,7 +231,7 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pnpm install
|
pnpm install --no-frozen-lockfile
|
||||||
|
|
||||||
# Install tsx globally
|
# Install tsx globally
|
||||||
npm install -g tsx
|
npm install -g tsx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue