summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/extension/package.json b/extension/package.json
index fcf2c1a8..d350b3ee 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -226,11 +226,7 @@
"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",
- "uninstall": "code --uninstall-extension .continue",
- "reinstall": "rm -rf ./build && npm run package && npm run uninstall && npm run install-extension"
+ "package": "npm install && npm run typegen && npm run clientgen && cd react-app && npm install && npm run build && cd .. && mkdir -p ./build && vsce package --out ./build"
},
"devDependencies": {
"@nestjs/common": "^8.4.7",