Skip to content

Commit

Permalink
fix: generate embed in check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Jan 11, 2024
1 parent 4d3bce0 commit 2208765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Generate embed
run: pnpm embed:build

# This step is required to run following steps, as they require the `dist` directory
- name: Build frontend
run: pnpm install --no-frozen-lockfile && pnpm build
Expand Down

0 comments on commit 2208765

Please sign in to comment.