Update project to a new version of plotly.js.
(plotly_js_version, outdir)
| 219 | |
| 220 | |
| 221 | def update_plotlyjs(plotly_js_version, outdir): |
| 222 | """Update project to a new version of plotly.js.""" |
| 223 | |
| 224 | update_bundle(plotly_js_version) |
| 225 | update_schema(plotly_js_version) |
| 226 | perform_codegen(outdir) |
| 227 | install_js_deps(local=None, build=False) |
| 228 | |
| 229 | |
| 230 | # FIXME: switch to argparse |
no test coverage detected