From 7f7062b85ec3f96064780cc38fea4fa50e5b7b75 Mon Sep 17 00:00:00 2001 From: Jalil Date: Sat, 4 Feb 2023 13:50:05 +0000 Subject: [PATCH] remove auto clean on build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9e4350..14b96cd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "tailwind:watch": "postcss src/style/global.pcss --o src/css/global.css --watch", "tailwind:build": "postcss src/style/global.pcss --o src/css/global.css --minify", "dev": "npm run clean && concurrently \"npm run tailwind:watch\" \"eleventy --serve\"", - "build": "npm run clean && npm run tailwind:build && eleventy" + "build": "npm run tailwind:build && eleventy" }, "devDependencies": { "@11ty/eleventy": "^1.0.1",