summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extension/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json
index 7cb6051e..c7515c58 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -225,6 +225,7 @@
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"jest": "jest --config ./jest.config.js",
+ "typegen": "node scripts/typegen.js",
"package": "mkdir -p ./build && vsce package --out ./build",
"full-package": "npm install && npm run typegen && npm run clientgen && cd react-app && npm install && npm run build && cd .. && npm run package",
"install-extension": "code --install-extension ./build/continue-0.0.8.vsix",