Skip to content

Beta (v1.1.0)

Compare
Choose a tag to compare
@andresz1 andresz1 released this 29 Mar 18:57
· 60 commits to master since this release
324ae56

Added:

  • has-yarn to check if dependencies should be installed using yarn
  • A new way to set up how to install dependencies. Setting size-install script.
"scripts": {
  "size-install": "yarn"
},

If this is not set. This action will try to use yarn or npm i by default.

  • Add skip_step input. It could be install or build. If it's set to build both will be skip.