Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f184a94

Browse files
committed
Added contribution instructions for publishing plotlywidget to npm
1 parent ee26008 commit f184a94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contributing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,12 @@ And ask one of your friends to do it too. Our tests should catch any issues, but
235235

236236
<3 Team Plotly
237237

238+
#### Publish widget library to npm
239+
240+
```bash
241+
cd ./js
242+
npm publish --access public
243+
```
244+
238245
# Contributing to the Figure Factories
239246
If you are interested in contributing to the ever-growing Plotly figure factory library in Python, check out the [documentation](https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/README.md) to learn how.

0 commit comments

Comments
 (0)