.PHONY: scaffold lint status packager-shell scaffold: python3 scripts/new_app.py --force lint: python3 scripts/lint_repo.py status: python3 scripts/generate_status.py packager-shell: BUILD=1 scripts/run_packager.sh ci-local: ./scripts/ci_local.sh all