We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pnpm
skip_step: install
With this configuration
- name: Build size report uses: andresz1/size-limit-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} skip_step: install script: pnpm run size directory: ./dist package_manager: pnpm
it leads to this crash:
Also, for some reason, it doesn't understand projects that both support an ESM and CJS build.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With this configuration
it leads to this crash:
Also, for some reason, it doesn't understand projects that both support an ESM and CJS build.
The text was updated successfully, but these errors were encountered: