Skip to content

Commit

Permalink
fixes broken github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ctate committed May 19, 2024
1 parent 1b11642 commit 557bd57
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies with pnpm
run: pnpm install --prefix platforms/web
- name: Change directory to web project
run: cd platforms/web

- name: Install dependencies
run: pnpm install

- name: Build Web Project
run: pnpm run build --prefix platforms/web
run: pnpm run build

0 comments on commit 557bd57

Please sign in to comment.