chore: auto update tools in README (#219)

Motivation: Keeping the readme up to date is a manual effort - this
keeps it automatically up to date and prevents things like
https://github.com/microsoft/playwright-mcp/pull/214 and other
consistency errors in the future.
This commit is contained in:
Max Schmitt
2025-04-21 20:22:57 +02:00
committed by GitHub
parent 7695717546
commit 0c3792d231
4 changed files with 291 additions and 40 deletions

View File

@@ -17,6 +17,7 @@
"scripts": {
"build": "tsc",
"lint": "eslint .",
"update-readme": "node utils/update-readme.js",
"watch": "tsc --watch",
"test": "playwright test",
"ctest": "playwright test --project=chrome",