Update README

This commit is contained in:
cte
2025-01-30 21:35:56 -08:00
parent 275dab042e
commit 5b6c6be022
3 changed files with 13 additions and 9 deletions

View File

@@ -227,7 +227,7 @@
"lint": "eslint src --ext ts && npm run lint --prefix webview-ui",
"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",
"dev": "cd webview-ui && npm run dev",
"test": "jest && npm run test:webview",
"test:webview": "cd webview-ui && npm run test",
"test:extension": "vscode-test",