Releases: andresz1/size-limit-action
Releases · andresz1/size-limit-action
Beta (v1.3.0)
Added:
- Remove support of size-install and size-build scripts
- Add build_script optional input to be executed instead of run build
- Add some useful logs
Beta (v1.2.2)
Added:
- Not needed fields in table were removed when there is no time
Beta (v1.2.1)
Fix:
- Update dist with
v.1.2.0changes
Beta (v1.2.0)
Added:
- Add small lib support showing a
-in time fields
Beta (v1.1.0)
Added:
- has-yarn to check if dependencies should be installed using yarn
- A new way to set up how to install dependencies. Setting
size-installscript.
"scripts": {
"size-install": "yarn"
},If this is not set. This action will try to use yarn or npm i by default.
- Add
skip_stepinput. It could beinstallorbuild. If it's set tobuildboth will be skip.
Beta
This release adds the first iteration of the action