From 0a7cd1d0820c5f496157b9f85200dbe911b6fc8a Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 1 Aug 2023 20:56:51 -0700 Subject: purge unecessary functions in envSetup (finally) --- extension/package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'extension/package.json') 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", -- cgit v1.2.3-70-g09d2