summaryrefslogtreecommitdiff
path: root/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'pre-commit')
-rwxr-xr-xpre-commit4
1 files changed, 2 insertions, 2 deletions
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