diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 20:56:51 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 20:56:51 -0700 |
commit | 0a7cd1d0820c5f496157b9f85200dbe911b6fc8a (patch) | |
tree | 677a05ba052b24fc525212f72408805728b79a2f /extension/package.json | |
parent | e17388eee44534e6b5d55bfcb4ae3e16cc5e1ede (diff) | |
download | sncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.tar.gz sncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.tar.bz2 sncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.zip |
purge unecessary functions in envSetup (finally)
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 6 |
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", |