From 1fdfc526d39fab7516ce7b073fb7d6165bc4071f Mon Sep 17 00:00:00 2001 From: EmptyWork <22065214+EmptyWork@users.noreply.github.com> Date: Sat, 28 Jun 2025 09:24:49 +0900 Subject: [PATCH] =?UTF-8?q?change:=20`package.json`=20=E2=80=94=20wildcard?= =?UTF-8?q?=20file=20for=20*.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1021c39..e3e62a0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "sass:compressed": "sass --no-source-map --style=compressed src/assets/scss:public/css/", "postcss": "postcss public/css/*.css --use postcss-import autoprefixer postcss-nested --no-map --dir public/css", "minify:js": "node bin/minify.js", - "prettify:html": "prettier --write public/**/*.html --ignore-path .prettierignore", + "prettify:html": "prettier --write public/*.html --ignore-path .prettierignore", "watch": "npm-run-all --parallel watch:*", "watch:eleventy": "eleventy --serve", "watch:sass": "npm run sass:compressed -- --watch",