Skip to content

Commit

Permalink
remove intentional fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 28, 2021
1 parent 1437987 commit 33b424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
set -eux
ls -lathr dist
[[ $(find dist -type f -size +20k) ]] && exit 1 || echo ok
[[ $(find dist -type f -size +200k) ]] && exit 1 || echo ok
- name: Javascript package
run: |
Expand Down

0 comments on commit 33b424c

Please sign in to comment.