Lists available make commands for Streamlit development. Use for build, test, lint, or format tasks.
View on GitHubFebruary 3, 2026
Select agents to install to:
npx add-skill https://github.com/streamlit/streamlit/blob/d387516acb6409e84c4ac569d537ca9ff08bab28/.claude/skills/discovering-make-commands/SKILL.md -a claude-code --skill discovering-make-commandsInstallation paths:
.claude/skills/discovering-make-commands/# Available `make` commands List of all `make` commands available for execution from the repository root folder: ``` help Show all available make commands. all Install all dependencies, build frontend, and install editable Streamlit. all-dev Install all dependencies and editable Streamlit, but do not build the frontend. init Install all dependencies and build protobufs. clean Remove all generated files. protobuf Recompile Protobufs for Python and the frontend. python-init Install Python dependencies and Streamlit in editable mode. python-lint Lint and check formatting of Python files. python-format Format Python files. python-tests Run Python unit tests. python-performance-tests Run Python performance tests. python-integration-tests Run Python integration tests. Requires `uv sync --group integration` to be run first. python-types Run the Python type checker. frontend-init Install all frontend dependencies. frontend Build the frontend. frontend-with-profiler Build the frontend with the profiler enabled. frontend-fast Build the frontend (as fast as possible). frontend-dev Start the frontend development server. debug Start Streamlit and Vite dev server for debugging. Use via `make debug my-script.py`. frontend-lint Lint and check formatting of frontend files. frontend-types Run the frontend type checker. frontend-format Format frontend files. frontend-tests Run frontend unit tests and generate coverage report. frontend-typesync Check for unsynced frontend types. update-frontend-typesync Installs missing typescript typings for dependencies. update-snapshots Update e2e playwright snapshots based on the latest completed CI run. update-snapshots-chang