mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
126 B
Bash
6 lines
126 B
Bash
echo "Ensure node is available via mise (for treesitter cli)"
|
|
|
|
if omarchy-cmd-missing node; then
|
|
mise use -g node@latest
|
|
fi
|