You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.PHONY: help install lint format typecheck test test-integration test-unit bump release pypi tree version changelog
1
+
.PHONY: help install lint format typecheck test test-integration test-unit bump release pypi tree version changelog docs docs-build sync-gen sync-check
2
2
3
3
.DEFAULT_GOAL := help
4
4
@@ -61,7 +61,7 @@ bump: ## Bumps the version. Usage: make bump VERSION=0.5.0
61
61
exit 1;\
62
62
fi
63
63
@echo ">>> Bumping version from $(CURRENT_VERSION) to $(VERSION)..."
0 commit comments