plotly / dash-component-boilerplate

Get started creating your own Dash components here.
266 stars 182 forks source link

Use NPM prepublishOnly script instead of prepublish #85

Closed fralik closed 4 years ago

fralik commented 4 years ago

Prepublish script runs on local npm installations as well. In our case this script checks the validity of python code. But this code is most likely not to exist at that time. PrepublishOnly event is used on npm publish only.