andresz1 / size-limit-action

Compare the real cost to run your JS app or lib to keep good performance in every pull request
ISC License
449 stars 83 forks source link

`skip_step: build` skips the `install` step #84

Open fryorcraken opened 2 years ago

fryorcraken commented 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:

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)