From 26965f9f73420945ebb72f53a92cbb2c12c253fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Sat, 19 Aug 2023 07:55:40 +0200 Subject: [PATCH] fix: metadata are added more than once to the output --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edbba7b..ff181cd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "prepare": "husky install", - "build": "parcel build ./src/*.user.ts ./src/*.quickbar.ts", + "build": "rm -rf dist && parcel build ./src/*.user.ts ./src/*.quickbar.ts", "postbuild": "PUBLIC_URL=https://scripts.tribalwarshelp.com node postbuild.js", "lint": "eslint src/**/*.ts" },