fix(chrome-ext): make Playwright more verbose

This commit is contained in:
Elijah Potter 2025-12-19 12:13:32 -07:00
parent 18129baa35
commit a168e3691d

View file

@ -22,7 +22,7 @@
"fmt": "prettier --write '**/*.{svelte,ts,json,css,scss,md}'",
"zip-for-chrome": "TARGET_BROWSER=chrome npm run build && node src/zip.js harper-chrome-plugin.zip",
"zip-for-firefox": "TARGET_BROWSER=firefox npm run build && node src/zip.js harper-firefox-plugin.zip",
"test": "playwright test --headed --reporter=dot --quiet"
"test": "playwright test --headed --reporter=dot"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.26",