Closed slifty closed 3 years ago
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.
Task
Description
At some early stage in the project we added:
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.