Skip to content

Commit

Permalink
.github/test-client: Build clientside in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lentinj committed Mar 25, 2024
1 parent c045938 commit 0a32c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: ./node_modules/.bin/grunt compile-js_dev
- run: ./node_modules/.bin/grunt css
- run: ./node_modules/.bin/grunt compress

0 comments on commit 0a32c54

Please sign in to comment.