From cf31e4e68a5508018470b113d6f64ab8df69a516 Mon Sep 17 00:00:00 2001 From: Manuel Cilurzo Date: Fri, 5 Jul 2024 12:00:46 +0200 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd515c0e6..828ed3533 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "html-minify": "html-minifier --input-dir dist --output-dir dist --file-ext html --remove-comments --collapse-whitespace --conservative-collapse --minify-js false --minify-css true", "prestart": "npm run copy:components && npm run bundle:lyne", "start": "node --max-old-space-size=8000 ./node_modules/@11ty/eleventy/cmd.js --serve", - "build": "npm run copy:components && npm run bundle:lyne && BUILD_MODE=production node --max-old-space-size=8000 ./node_modules/@11ty/eleventy/cmd.js && npm run html-minify && gzipper compress ./dist", + "build": "npm run copy:components && npm run bundle:lyne && BUILD_MODE=production node --max-old-space-size=8000 ./node_modules/@11ty/eleventy/cmd.js && npm run html-minify && gzipper compress ./dist" }, "author": "Manuel Cilurzo",