add reload scripts

This commit is contained in:
Tommy D. Rossi
2026-01-06 12:16:44 +01:00
parent ba96d2fccf
commit e575cc7c65
3 changed files with 667 additions and 675 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"scripts": {
"test": "pnpm --filter playwriter test",
"watch": "pnpm -r watch",
"build": "pnpm -r build",
"reload": "pnpm --filter mcp-extension reload",
"agents.md": "agentsdotmd ./PLAYWRITER_AGENTS.md core.md typescript.md pnpm.md vitest.md changelog.md docs-writing.md github.md playwright.md zod.md gitchamber.md",
"release": "pnpm build && rm -f extension.zip && cd extension && zip -r ../extension.zip dist && cd .. && realpath extension.zip | pbcopy && open 'https://chrome.google.com/webstore/devconsole/a379d569-9533-44e4-9749-0368f6dbf878/jfeammnjpkecdekppnclgkkffahnhfhe/edit/package'"
},