Skip to content

Commit 802a0d2

Browse files
install em toolz
1 parent a2ae8f0 commit 802a0d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ alias qm := quick-modify
1111
# Installs the tools needed to develop
1212
install-tools:
1313
cargo install cargo-binstall
14+
cargo install tree-sitter-cli
1415
cargo binstall cargo-insta taplo-cli sqlx-cli
1516
cargo binstall --git "https://github.com/astral-sh/uv" uv
1617
bun install
1718

1819
# Upgrades the tools needed to develop
1920
upgrade-tools:
2021
cargo install cargo-binstall --force
22+
cargo install tree-sitter-cli --force
2123
cargo binstall cargo-insta taplo-cli sqlx-cli --force
2224
cargo binstall --git "https://github.com/astral-sh/uv" uv --force
2325

0 commit comments

Comments
 (0)