Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 239 Bytes

File metadata and controls

14 lines (10 loc) · 239 Bytes

Developing ts_deplint

# Run on a TypeScript repository.
cargo run lint ~/loop/backend/src

# Run unit tests.
cargo test

# Bump version.
fastmod 0\.0\.7 0.0.8 

# Release by running the "Release" action through the GitHub UI.