diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 17:22:57 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 17:22:57 -0700 |
commit | aa196c22c2a608f28f568ae0fb15ebd1736ad6dd (patch) | |
tree | 02a1701513f82b6099c123832343ef6652758a37 /extension | |
parent | d3152e3dbcda30859656bad7e7c8122505819887 (diff) | |
download | sncontinue-aa196c22c2a608f28f568ae0fb15ebd1736ad6dd.tar.gz sncontinue-aa196c22c2a608f28f568ae0fb15ebd1736ad6dd.tar.bz2 sncontinue-aa196c22c2a608f28f568ae0fb15ebd1736ad6dd.zip |
remove poetry build from package.json
Diffstat (limited to 'extension')
-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 d80f9089..737f5da6 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": "mkdir -p ./build && vsce package --out ./build", - "full-package": "cd ../continuedev && poetry install && 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", + "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" |