fixed play field
This commit is contained in:
committed by
Seoxi Ryouko
parent
2936440103
commit
9571d38030
5
build
5
build
@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user