Skip to content

Commit

Permalink
Update tests for the stored json spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout authored and SylvainCorlay committed Jan 10, 2020
1 parent 79312fb commit 06f4590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/dev_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ Updating widget model specification
To update the widget model specification with changes, do something like this in the repo root:
```
python ./packages/schema/generate-spec.py > packages/schema/jupyterwidgetmodels.latest.md
python ./packages/schema/generate-spec.py -f json-pretty > packages/schema/jupyterwidgetmodels.latest.json
python ./packages/schema/generate-spec.py -f markdown > packages/schema/jupyterwidgetmodels.latest.md
```
Releasing new versions
Expand Down

0 comments on commit 06f4590

Please sign in to comment.