mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2026-03-22 00:26:29 +00:00
feat(colors): add all Rosé Pine variants
This commit is contained in:
4
justfile
4
justfile
@@ -8,7 +8,7 @@ native-dev:
|
||||
|
||||
# Run native release
|
||||
native-release:
|
||||
cargo run --release --no-default-features
|
||||
RUSTC_WRAPPER=sccache cargo run --release --no-default-features
|
||||
|
||||
# Run web dev
|
||||
web-dev:
|
||||
@@ -16,7 +16,7 @@ web-dev:
|
||||
|
||||
# Run web release
|
||||
web-release:
|
||||
trunk serve --release --no-default-features
|
||||
RUSTC_WRAPPER=sccache trunk serve --release --no-default-features
|
||||
|
||||
# Run tests
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user