Skip to content

Commit 2187369

Browse files
committed
Remove benchmark
1 parent 7681a98 commit 2187369

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,17 +235,14 @@
235235
"install-extension": "npm install",
236236
"install-webview-ui": "cd webview-ui && npm install",
237237
"install-e2e": "cd e2e && npm install",
238-
"install-benchmark": "cd benchmark && npm install",
239238
"lint": "npm-run-all -p lint:*",
240239
"lint:extension": "eslint src --ext ts",
241240
"lint:webview-ui": "cd webview-ui && npm run lint",
242241
"lint:e2e": "cd e2e && npm run lint",
243-
"lint:benchmark": "cd benchmark && npm run lint",
244242
"check-types": "npm-run-all -p check-types:*",
245243
"check-types:extension": "tsc --noEmit",
246244
"check-types:webview-ui": "cd webview-ui && npm run check-types",
247245
"check-types:e2e": "cd e2e && npm run check-types",
248-
"check-types:benchmark": "cd benchmark && npm run check-types",
249246
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
250247
"pretest": "npm run compile",
251248
"dev": "cd webview-ui && npm run dev",

0 commit comments

Comments
 (0)