Skip to content
New issue

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

feat: replace skip_step: with skip_build and skip_install #85

Closed

Conversation

fryorcraken
Copy link

@fryorcraken fryorcraken commented Aug 3, 2022

When skipping build it was also skipping install.
However, install might be needed to install an size-limit preset.

One may want to skip build (e.g. if the size scripts builds first
as per size-limit's doc) without skipping install.

Adding the all option gives more flexibility to the user.

Fixes #84

When skipping `build` it was also skipping `install`.
However, `install` might be needed to install an `size-limit` preset.

One may want to skip `build` (e.g. if the `size` scripts builds first
as per size-limit's doc) without skipping `install`.

Splitting the options gives more flexibility to the user.
@fryorcraken fryorcraken force-pushed the install-without-build branch from 035a83a to e92c6d4 Compare August 4, 2022 01:08
@fryorcraken fryorcraken changed the title feat: add skip_step: 'all' option feat: replace skip_step: with skip_build and skip_install Aug 4, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

skip_step: build skips the install step
1 participant