From f43ea6269a10a7817ab4c38ec96d41878d96aeb9 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Thu, 9 Dec 2021 04:11:11 -0600 Subject: [PATCH] clean before build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0a05a3..7ae8080 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "require": "./dist/main.cjs" }, "scripts": { - "build": "tsup-node src/main.ts --target node16 --format cjs,esm --dts", + "build": "tsup-node src/main.ts --clean --target node16 --format cjs,esm --dts", "test": "c8 ava", "lint": "eslint --ext js,ts,tsx .", "lint-fix": "npm run lint -- --fix",