mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-08 21:02:16 +00:00
5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Setting up dev environment"
|
|
uv sync --all-extras && uv run pre-commit install && yarn install
|