Skip to content

Action always installs packages, even with skip_step: install #124

@Torathion

Description

@Torathion

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:

Image

Also, for some reason, it doesn't understand projects that both support an ESM and CJS build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions