Skip to content

Commit

Permalink
Update build command for WebApp
Browse files Browse the repository at this point in the history
  • Loading branch information
QtKaii committed Jan 22, 2024
1 parent c586b8e commit e793d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
run: cargo build --package api

- name: Build WebApp
run: trunk build --package webapp
working-directory: ./webapp
run: trunk build

- name: Test API
run: cargo test --package api
Expand Down

0 comments on commit e793d79

Please sign in to comment.