summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-07-10 23:36:46 -0700
committerGitHub <noreply@github.com>2023-07-10 23:36:46 -0700
commit3dc307bc9add75fba1f66c51218f0c32637e21fe (patch)
tree67a28ed86a73b3f89f75b60ca6e03d959d550cfc /extension/package.json
parenta8795b929bb18f623a64fedcdbb83a790266943b (diff)
parent10f5c2beb34e755c1fedf637186bace6b030e44d (diff)
downloadsncontinue-3dc307bc9add75fba1f66c51218f0c32637e21fe.tar.gz
sncontinue-3dc307bc9add75fba1f66c51218f0c32637e21fe.tar.bz2
sncontinue-3dc307bc9add75fba1f66c51218f0c32637e21fe.zip
Merge pull request #233 from continuedev/faster-load
Faster load
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json
index c41fa549..d9f155df 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -227,7 +227,7 @@
"test": "node ./out/test/runTest.js",
"jest": "jest --config ./jest.config.js",
"package": "cp ./config/prod_config.json ./config/config.json && mkdir -p ./build && vsce package --out ./build && cp ./config/dev_config.json ./config/config.json",
- "full-package": "cd ../continuedev && poetry build && cp ./dist/continuedev-0.1.2-py3-none-any.whl ../extension/scripts/continuedev-0.1.2-py3-none-any.whl && cd ../extension && npm install && npm run typegen && npm run clientgen && cd react-app && npm install && npm run build && cd .. && npm run package",
+ "full-package": "cd ../continuedev && poetry build && cp ./dist/continuedev-0.1.2-py3-none-any.whl ../extension/server/continuedev-0.1.2-py3-none-any.whl && cd ../extension && 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"