fixed play field

This commit is contained in:
Seoxi Ryouko
2025-02-09 02:56:16 -05:00
committed by Seoxi Ryouko
parent 2936440103
commit 9571d38030
2 changed files with 5 additions and 21 deletions

5
build
View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
lsc -bc --no-header -o static/ web-src/script.ls
npx sass web-src/style.scss static/style.css
lsc -bc --no-header -o static/ web-src/script.ls && \
npx sass web-src/style.scss static/style.css && \
rustfmt src/*.rs && \
cargo $(basename $0) "${@:1}"