thefrontside / simulacrum

A simulation platform for use during testing, during development and for high-fidelity application previews
89 stars 14 forks source link

Run `npm install && npm run build` before release in covector #152

Closed taras closed 2 years ago

taras commented 2 years ago

Motivation

Publish of @simualcrum/integration-cypress package is failing because it's not part of the workspace and doesn't get node_modules automatically generated. We need to run npm install && npm run build before publish.

Approach

Add prepublish step to covector to run npm install && npm run build.