From b82a05a1dffbe76a272d6b6f130e81332f0bb6c1 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 17 Aug 2021 21:03:19 +0200 Subject: [PATCH] Added cleanup script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e91fc7..fe0d511 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "build:css": "tailwindcss -o ./dist/tailwind.css --purge ./dist/index.html -m", "build:package": "cross-zip dist linkylinky-chrome.zip", "dev": "tailwindcss -o ./src/tailwind.css && live-server ./src", - "release": "release-it" + "release": "release-it", + "cleanup": "rimraf ./dist ./linkylinky-chrome.zip ./src/tailwind.css" }, "devDependencies": { "cpx": "^1.5.0",