Skip to content

Commit 2ba642b

Browse files
committed
.
1 parent e18f2e5 commit 2ba642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
set -e
4040
nix flake check
4141
nix fmt
42-
[ -e index.html ] && js-beautify --end-with-newline --indent-inner-html --no-preserve-newlines --type html --replace index.html
42+
js-beautify --end-with-newline --indent-inner-html --no-preserve-newlines --type html --replace index.html
4343
[ -e script.js ] && biome check --unsafe --write script.js || true
4444
ls -ap | grep -v -E -x './|../|.env|.gitignore|CNAME|Makefile|index.html|flake.lock|flake.nix|prm/|pyscript/|python/|script.js|style.css|tmp/' | grep -q . && exit 1 || true
4545
test $(basename $(pwd)) = 'docs'

0 commit comments

Comments
 (0)