diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-09 16:19:16 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-09 16:19:16 -0700 |
commit | d566dc90a32db926393e1d10f983c79bc3feb56a (patch) | |
tree | cfe001109586d0758ca93d699bb449f45d14c34f /extension/package.json | |
parent | 20f4d07eb1d584569752e67c754951b7892e3e6b (diff) | |
download | sncontinue-d566dc90a32db926393e1d10f983c79bc3feb56a.tar.gz sncontinue-d566dc90a32db926393e1d10f983c79bc3feb56a.tar.bz2 sncontinue-d566dc90a32db926393e1d10f983c79bc3feb56a.zip |
cache server env in .continue folder
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 444372f8..3b23ff19 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" |