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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip_step: build
install
skip_step: build skips the npm i part, which means that the first run (current PR) fails because @size-limit/preset-big-lib is not installed:
npm i
@size-limit/preset-big-lib
successful run: https://github.com/status-im/js-waku/runs/7652074194?check_suite_focus=true (no skip_step) failed run: https://github.com/status-im/js-waku/runs/7653314904?check_suite_focus=true (skip_step: build)
skip_step
The text was updated successfully, but these errors were encountered:
skip_step:
skip_build
skip_install
Successfully merging a pull request may close this issue.
skip_step: build
skips thenpm i
part, which means that the first run (current PR) fails because@size-limit/preset-big-lib
is not installed:successful run: https://github.com/status-im/js-waku/runs/7652074194?check_suite_focus=true (no
skip_step
)failed run: https://github.com/status-im/js-waku/runs/7653314904?check_suite_focus=true (
skip_step: build
)The text was updated successfully, but these errors were encountered: