diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-10 23:36:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 23:36:46 -0700 |
commit | 3f9e7a1fa59c4f684aef544436062f8825d77b31 (patch) | |
tree | f8429e4b4898188e2490d7241043f4d61ed1d909 /extension/package.json | |
parent | 1f050f737f7fa426bc4e3340abee7753095e792e (diff) | |
parent | efa4c87a31bc5f35fff30bf3642681713834a58a (diff) | |
download | sncontinue-3f9e7a1fa59c4f684aef544436062f8825d77b31.tar.gz sncontinue-3f9e7a1fa59c4f684aef544436062f8825d77b31.tar.bz2 sncontinue-3f9e7a1fa59c4f684aef544436062f8825d77b31.zip |
Merge pull request #233 from continuedev/faster-load
Faster load
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
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" |