From 2afb45db6e20dde83f3ba1d3c4024fb27652ab76 Mon Sep 17 00:00:00 2001 From: Samuel Philipp Date: Mon, 1 Apr 2024 15:18:37 +0200 Subject: [PATCH] updated dev build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ac55c8..afd9420 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "minify-css": "uncss -n -H dist/ -o dist/css/main-*.css dist/**/*.html dist/**/**/*.html dist/**/**/**/*.html dist/**/**/**/**/*.html dist/**/**/**/**/**/*.html", "start": "eleventy --serve --watch", "build": "eleventy && npm run minify-css", - "build:dev": "BUILD=dev eleventy" + "build:dev": "BUILD=dev eleventy && npm run minify-css" }, "author": "samuel-p", "repository": {