From 06f459035efa934735ec6950f9c0a5760372070c Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Fri, 21 Sep 2018 23:27:03 -0700 Subject: [PATCH] Update tests for the stored json spec --- docs/source/dev_install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/dev_install.md b/docs/source/dev_install.md index b2e3d57a02..daecb56245 100644 --- a/docs/source/dev_install.md +++ b/docs/source/dev_install.md @@ -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