Open fryorcraken opened 2 years ago
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:
skip_step: build
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
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
)