Skip to content

Commit

Permalink
Build grunt file to prevent app crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jnowakow committed Dec 12, 2024
1 parent 689ad48 commit 4f79612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testBuildHybrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:
- name: Setup Node
id: setup-node
uses: ./.github/actions/composite/setupNode

- name: Run grunt build
run: |
npm run grunt:build:shared
- name: Setup dotenv
run: |
Expand Down

0 comments on commit 4f79612

Please sign in to comment.