mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Order package json scripts by alphabet
This commit is contained in:
parent
075c0625ba
commit
a0654dd654
2 changed files with 15 additions and 16 deletions
1
.npmrc
1
.npmrc
|
|
@ -1 +0,0 @@
|
|||
registry=https://registry.npmjs.org/
|
||||
30
package.json
30
package.json
|
|
@ -114,26 +114,26 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build:webview": "cd webview-ui && npm run build",
|
||||
"check-types": "tsc --noEmit",
|
||||
"co:login": "scripts/codeartifact-login.sh",
|
||||
"compile": "npm run check-types && npm run lint && node esbuild.js",
|
||||
"compile-tests": "tsc -p . --outDir out",
|
||||
"install:all": "npm run co:install && npm install && cd webview-ui && npm install",
|
||||
"install:cline": "scripts/install-cline-latest.sh",
|
||||
"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",
|
||||
"start:webview": "cd webview-ui && npm run start",
|
||||
"test": "vscode-test",
|
||||
"test:webview": "cd webview-ui && npm run test",
|
||||
"publish:marketplace": "vsce publish && ovsx publish",
|
||||
"vscode:prepublish": "npm run package",
|
||||
"vsix": "npx vsce package --out bin",
|
||||
"compile": "npm run check-types && npm run lint && node esbuild.js",
|
||||
"watch": "npm-run-all -p watch:*",
|
||||
"watch:esbuild": "node esbuild.js --watch",
|
||||
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
|
||||
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
|
||||
"compile-tests": "tsc -p . --outDir out",
|
||||
"watch-tests": "tsc -p . -w --outDir out",
|
||||
"pretest": "npm run compile-tests && npm run compile && npm run lint",
|
||||
"check-types": "tsc --noEmit",
|
||||
"lint": "eslint src --ext ts",
|
||||
"test": "vscode-test",
|
||||
"install:all": "npm install && cd webview-ui && npm install",
|
||||
"start:webview": "cd webview-ui && npm run start",
|
||||
"build:webview": "cd webview-ui && npm run build",
|
||||
"test:webview": "cd webview-ui && npm run test",
|
||||
"publish:marketplace": "vsce publish && ovsx publish",
|
||||
"co:login": "scripts/codeartifact-login.sh",
|
||||
"install:cline": "scripts/install-cline-latest.sh"
|
||||
"watch-tests": "tsc -p . -w --outDir out"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/diff": "^5.2.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue