diff --git a/extension.zip b/extension.zip new file mode 100644 index 00000000..15cb0ecb Binary files /dev/null and b/extension.zip differ diff --git a/package.json b/package.json index 90f6ea79..f4a9a4bf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dev-firefox": "parcel watch firefox/manifest.json --host localhost --config @parcel/config-webextension --no-hmr --no-content-hash", "build-firefox": "parcel build firefox/manifest.json --config @parcel/config-webextension --no-content-hash --no-cache", "eslint": "eslint --fix .", - "package": "7z a -tzip extension.zip ./build/*" + "package": "7z a -tzip extension.zip ./dist/*" }, "keywords": [], "author": "",