diff options
author | pommicket <pommicket@gmail.com> | 2023-08-27 13:18:38 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-27 13:18:38 -0400 |
commit | eeb1c498e2c5e2a90238d3ca4d53bcd57e743e80 (patch) | |
tree | 9d4d922e57c799f62388265f67120c0a7a971687 /pre-commit | |
parent | d83e63310a5fe2a35775cb70327c24204ea7464b (diff) |
prettify style.css
Diffstat (limited to 'pre-commit')
-rwxr-xr-x | pre-commit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |