From c0df82e017f4e8c5896cfe686056e57360f98eae Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Wed, 24 Jan 2024 09:40:30 +1100 Subject: [PATCH] fix build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": [],