Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Nov 3, 2020
1 parent 3baceea commit af8a7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm install uglify-es
- run: npx uglify-es fullscreen-card.js -b beautify=false,max_line_len=150 --compress --mangle toplevel --output fullscreen-card.js
- run: npx uglify-es fullscreen-card.js -b beautify=false,max_line_len=150 --compress --output fullscreen-card.js
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit af8a7e8

Please sign in to comment.