Skip to content

Commit

Permalink
ci(build): fix installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed May 15, 2024
1 parent 7ff82ef commit 6fa87c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: pnpm

- name: Install monkey
run: pnpm install:monkey

- name: Install Web
run: pnpm install:web

- name: Install CLI
run: pnpm install:cli
- name: Install Deps
run: pnpm install

- name: build and zip
run: pnpm release
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: pnpm

- name: Install monkey
run: pnpm install:monkey

- name: Install Web
run: pnpm install:web

- name: Install CLI
run: pnpm install:cli
- name: Install Deps
run: pnpm install

- name: build and zip
run: pnpm release
Expand Down

0 comments on commit 6fa87c2

Please sign in to comment.