rename firefox dev and build scripts

This commit is contained in:
SethBurkart123
2024-02-11 07:13:44 +11:00
parent f54e8f2a0c
commit 962490aa2a
+2 -2
View File
@@ -7,8 +7,8 @@
"scripts": { "scripts": {
"dev": "parcel watch manifest.json --host localhost --config @parcel/config-webextension --no-hmr --no-content-hash", "dev": "parcel watch manifest.json --host localhost --config @parcel/config-webextension --no-hmr --no-content-hash",
"build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash --no-cache", "build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash --no-cache",
"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 ./dist/*" "package": "7z a -tzip extension.zip ./dist/*"
}, },