mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Installing with registry.npmjs
This commit is contained in:
parent
d4f0d9f474
commit
d317c21793
4 changed files with 5855 additions and 8086 deletions
2
.npmrc
2
.npmrc
|
|
@ -1 +1 @@
|
|||
registry=https://registry.npmjs.org/
|
||||
registry=https://registry.npmjs.org/
|
||||
6124
package-lock.json
generated
6124
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -130,13 +130,11 @@
|
|||
"scripts": {
|
||||
"build": "npm run build:webview && npm run vsix",
|
||||
"build:webview": "cd webview-ui && npm run build",
|
||||
"co:login": ".github/scripts/codeartifact-login.sh",
|
||||
"co:install": "npm run co:login && npm install",
|
||||
"changeset": "changeset",
|
||||
"check-types": "tsc --noEmit",
|
||||
"compile": "npm run check-types && npm run lint && node esbuild.js",
|
||||
"compile-tests": "tsc -p . --outDir out",
|
||||
"install:all": "npm run co:install && cd webview-ui && npm install",
|
||||
"install:all": "npm install && cd webview-ui && npm install",
|
||||
"lint": "eslint src --ext ts",
|
||||
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
|
||||
"pretest": "npm run compile-tests && npm run compile && npm run lint",
|
||||
|
|
|
|||
7811
webview-ui/package-lock.json
generated
7811
webview-ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue