fix: package command calling build instead of dist

This commit is contained in:
SethBurkart123
2024-02-07 16:08:33 +11:00
parent ccbb7d58a0
commit a63822b65c
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -9,7 +9,7 @@
"dev-firefox": "parcel watch firefox/manifest.json --host localhost --config @parcel/config-webextension --no-hmr --no-content-hash", "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", "build-firefox": "parcel build firefox/manifest.json --config @parcel/config-webextension --no-content-hash --no-cache",
"eslint": "eslint --fix .", "eslint": "eslint --fix .",
"package": "7z a -tzip extension.zip ./build/*" "package": "7z a -tzip extension.zip ./dist/*"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",