File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments