mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 07:03:48 +00:00
fix: install workspace dependencies in CI
This commit is contained in:
parent
e119167f7e
commit
39c3559c9f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -41,6 +41,9 @@ jobs:
|
|||
- name: Install tsx
|
||||
run: npm install -g tsx
|
||||
|
||||
- name: Install workspace dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install release script dependencies
|
||||
run: |
|
||||
cd scripts/release
|
||||
|
|
@ -130,6 +133,9 @@ jobs:
|
|||
- name: Install tsx
|
||||
run: npm install -g tsx
|
||||
|
||||
- name: Install workspace dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install release script dependencies
|
||||
run: |
|
||||
cd scripts/release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue