Skip to content

Commit

Permalink
Fix export_size action
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Aug 5, 2024
1 parent 7beb20e commit c9113b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: titouanmathis/export-size-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: npm run build-for-export-size
paths: dist
build_script: npm run build
paths: packages/playground/
bundler: esbuild
node-version: '18'
node-version: '22'

0 comments on commit c9113b9

Please sign in to comment.