chore: do not skip build when running size-limit in ci

This commit is contained in:
fryorcraken.eth 2022-10-31 12:30:00 +11:00
parent 592bbb0579
commit 3a077cdf4b
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -11,5 +11,4 @@ jobs:
- uses: actions/checkout@v1
- uses: fryorcraken/size-limit-action@v2
with:
skip_build: true # Done in the package.json script
github_token: ${{ secrets.GITHUB_TOKEN }}