fix(browser-extension): run wxt prepare before type checking (#1557)

This commit is contained in:
Aditya Mishra 2026-08-19 19:23:52 +05:30 committed by GitHub
parent 20410a6862
commit 7b1175cb1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,9 @@
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"check-types": "bun run compile",
"check-types": "wxt prepare && tsc --noEmit",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {