Skip to content

Commit

Permalink
Build playground in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jan 19, 2025
1 parent 965b269 commit 1e30746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@ jobs:
working-directory: ./pagefind_ui/modular
run: npm i && npm run build

- name: Build Playground
working-directory: ./pagefind_playground
run: npm i && npm run build

- name: Test Web
if: matrix.run_tests == true
working-directory: ./pagefind_web
Expand Down

0 comments on commit 1e30746

Please sign in to comment.