diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-15 12:07:53 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-15 12:07:53 -0700 |
commit | 00ffcc779571ee876c478c680ea1590a455d0d70 (patch) | |
tree | 5cc13ff4eaed9e5ec0c9f31cf622439b878d447f /extension/package.json | |
parent | cb518073b0e3711a946282864c150edff35db53a (diff) | |
parent | 22e24c457c1f6f088eb853c8d26d982374f4cefb (diff) | |
download | sncontinue-00ffcc779571ee876c478c680ea1590a455d0d70.tar.gz sncontinue-00ffcc779571ee876c478c680ea1590a455d0d70.tar.bz2 sncontinue-00ffcc779571ee876c478c680ea1590a455d0d70.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index 9ff7165c..4a0d9881 100644 --- a/extension/package.json +++ b/extension/package.json @@ -111,7 +111,6 @@ "clientgen": "rm -rf src/client/ && npx @openapitools/openapi-generator-cli generate -i ../schema/openapi.json -g typescript-fetch -o src/client/ --additional-properties=supportsES6=true,npmVersion=8.19.2,typescriptThreePlus=true", "typegen": "node scripts/typegen.js", "rebuild": "electron-rebuild -v 19.1.8 node-pty", - "compile": "tsc -p ./", "watch": "tsc -watch -p ./", "pretest": "npm run compile && npm run lint", "lint": "eslint src --ext ts", |