diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/package.json b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/package.json index d16fdd31ac..8122862d7a 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/package.json +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/package.json @@ -35,6 +35,7 @@ "build:labextension": "jupyter labextension build .", "build:labextension:dev": "jupyter labextension build --development True .", "build:lib": "tsc", + "build:interfaces": "pip install py-to-ts-interfaces && py-to-ts-interfaces vdk-jupyterlab-extension/vdk_options/ src/vdkOptions", "clean": "jlpm clean:lib", "clean:lib": "rimraf lib tsconfig.tsbuildinfo", "clean:lintcache": "rimraf .eslintcache .stylelintcache",