lune-packaging/.justfile

12 lines
263 B
Makefile
Raw Normal View History

2023-03-22 13:12:05 +00:00
# Run tests for the Lune library
test:
cargo test --package lune -- --test-threads 1
# Run tests for the Lune CLI
test-cli:
cargo test --package lune-cli
2023-03-24 11:38:57 +00:00
# Publish gitbook directory to gitbook branch
publish-gitbook:
npx push-dir --dir=docs --branch=gitbook