ci: Improve checks against demo/ extension

This commit is contained in:
Aaron Klinker
2023-07-20 13:56:22 -05:00
parent 58a84ec253
commit 9cc464f48b
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@ jobs:
pnpm build:all:chrome-mv3
pnpm build:all:firefox-mv2
pnpm build:all:firefox-mv3
pnpm compile
pnpm zip
working-directory: demo
- name: Tests
+1
View File
@@ -12,6 +12,7 @@
"build:all:firefox-mv3": "wxt build -b firefox --mv3",
"build:all:firefox-mv2": "wxt build -b firefox",
"zip": "pnpm -w build && wxt zip",
"compile": "pnpm -w build && tsc --noEmit",
"postinstall": "pnpm -w build && wxt prepare"
},
"dependencies": {