release command

This commit is contained in:
Tommy D. Rossi
2025-11-24 15:38:02 +01:00
parent e85a2a9b97
commit fb5182d0a5
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"watch": "pnpm -r watch",
"build": "pnpm -r build",
"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"
"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'"
},
"devDependencies": {
"@changesets/cli": "^2.29.7",