diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 17:34:04 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 17:34:04 -0700 |
commit | 57bcd162b08c059c40d078fbeac5d3abaeb4c2eb (patch) | |
tree | 438d708d9bf5b91f617f0f52fa6dde734e3c4afc /extension | |
parent | 4eb1a505ecebef7fa7c92c74d21e12f6581285db (diff) | |
download | sncontinue-57bcd162b08c059c40d078fbeac5d3abaeb4c2eb.tar.gz sncontinue-57bcd162b08c059c40d078fbeac5d3abaeb4c2eb.tar.bz2 sncontinue-57bcd162b08c059c40d078fbeac5d3abaeb4c2eb.zip |
add back typegen script
Diffstat (limited to 'extension')
-rw-r--r-- | extension/package.json | 1 |
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", |