Skip to content

Commit

Permalink
Sanity checks: ensure client plugin build is healthy
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomthd committed Sep 27, 2024
1 parent 22b0c4a commit b24db7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: yarn install --prod --frozen-lockfile
- run: yarn build
- run: yarn build-mco
- run: yarn build-client
- run: yarn install # Install dev. deps.
- run: yarn lint
- run: yarn format-test
Expand Down

0 comments on commit b24db7a

Please sign in to comment.