From eeb1c498e2c5e2a90238d3ca4d53bcd57e743e80 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 27 Aug 2023 13:18:38 -0400 Subject: prettify style.css --- pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pre-commit') diff --git a/pre-commit b/pre-commit index 8c9427a..0fcbc3a 100755 --- a/pre-commit +++ b/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh npx eslint pugl.js || exit 1 -npx prettier -w pugl.js || exit 1 -git add pugl.js +npx prettier -w pugl.js style.css || exit 1 +git add pugl.js style.css -- cgit v1.2.3