diff --git a/package.json b/package.json index 931f561f..f7ee419e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.", "scripts": { "start": "parcel watch manifest.json --host localhost --config @parcel/config-webextension", - "build": "parcel build manifest.json --config @parcel/config-webextension", + "build": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash", + "build-unix": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash", "eslint": "eslint --fix ." }, "keywords": [],