Skip to content

Commit

Permalink
fix: bundle minified js
Browse files Browse the repository at this point in the history
  • Loading branch information
luftaquila committed Oct 23, 2024
1 parent c213581 commit f24880e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: |
cd viewer/web
npm ci
script -qec "npx inliner index.html > fsk-energymeter.html" /dev/null
script -qec "npx inliner --inlinemin index.html > fsk-energymeter.html" /dev/null
- uses: actions/upload-artifact@v4
with:
name: html
Expand Down

0 comments on commit f24880e

Please sign in to comment.