Skip to content

Commit

Permalink
Build Vite assets in Dusk GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumos committed Sep 15, 2024
1 parent 865dbef commit 2fa05ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install Node dependencies
- run: npm ci
run: npm ci

- name: Build project
run: npm run build
Expand Down

0 comments on commit 2fa05ae

Please sign in to comment.