Skip to content

Commit

Permalink
fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRainbowPhoenix committed Aug 17, 2024
1 parent e891698 commit 17d1bfc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,15 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: './ruk-ui/pnpm-lock.yaml'

- name: Install UI dependencies
run: |
cd ruk-ui
pnpm install
working-directory: ruk-ui
run: pnpm install

- name: build
run: |
cd ruk-ui
pnpm run build
working-directory: ruk-ui
run: pnpm run build

- name: Setup Pages
id: pages
Expand Down

0 comments on commit 17d1bfc

Please sign in to comment.