Skip to content

Commit

Permalink
Add missing files from extension (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdarckcat committed Dec 9, 2020
1 parent bb5cb8c commit a694775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a694775

Please sign in to comment.