Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 319 Bytes

File metadata and controls

21 lines (15 loc) · 319 Bytes

Set up development environment

make dev-setup

Run development version of the app

make dev-run

Check code quality

make lint

Build all packages

make all

Build and install just the Arch package

make install-arch

Clean all build artifacts

make clean

Prepare a new release

make bump-version make release