Skip to content

Commit

Permalink
check prebuild bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
arition committed Sep 13, 2021
1 parent 2c76d60 commit 36fb3af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,14 @@ jobs:
run: yarn upgrade --dev

- name: Prebuild
run: yarn build-prebuild

- name: Check prebuild bundle size
if: ${{ matrix.os == 'windows-latest' }}
shell: powershell
run: |
ls prebuilds/@arition
ls build/Release
- name: Publish prebuild
run: yarn build-prebuild -u ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 36fb3af

Please sign in to comment.