From a63822b65c11806eb56fbb47c05aca6f010a8c65 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Wed, 7 Feb 2024 16:08:33 +1100 Subject: [PATCH] fix: package command calling build instead of dist --- extension.zip | Bin 0 -> 22 bytes package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 extension.zip diff --git a/extension.zip b/extension.zip new file mode 100644 index 0000000000000000000000000000000000000000..15cb0ecb3e219d1701294bfdf0fe3f5cb5d208e7 GIT binary patch literal 22 NcmWIWW@Tf*000g10H*)| literal 0 HcmV?d00001 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": "",