mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add migration to add node if it's missing
This commit is contained in:
5
migrations/1761274806.sh
Normal file
5
migrations/1761274806.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
echo "Ensure node is available via mise (for treesitter cli)"
|
||||
|
||||
if omarchy-cmd-missing node; then
|
||||
mise use -g node@latest
|
||||
fi
|
||||
Reference in New Issue
Block a user