tvkitchen / appliances

A one stop shop for official TV Kitchen Appliances
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Get rid of package hooks that build all the time #122

Closed slifty closed 3 years ago

slifty commented 3 years ago

Task

Description

At some early stage in the project we added:

    "prepare": "yarn build",
    "prepublishOnly": "yarn test && yarn lint",
    "pretest": "yarn build",

I'm not sure this is useful any longer -- especially since we have CI.

It really just means tests take and linting takes longer to run locally.

Prepublish would be useful, but we publish within the package directories so it never gets triggered.