diff --git a/v2/Makefile b/v2/Makefile index c5a680a..fc8dc36 100644 --- a/v2/Makefile +++ b/v2/Makefile @@ -10,7 +10,7 @@ dev: prod crx.zip: prod rm -f crx.zip - zip -r crx.zip background/out ui/dist icons manifest.json + zip -r crx.zip background/*.html background/sw.js background/out ui/dist icons manifest.json background: FORCE node_modules/@types/chrome cd background && tsc --project src/tsconfig.json