chore: add setup script in devbox.json to install tparse

This commit is contained in:
juancwu 2026-04-06 18:06:39 +00:00
commit 5de84c6de7

View file

@ -14,7 +14,7 @@
"unset DEVELOPER_DIR"
],
"scripts": {
"test": ["echo \"Error: no test specified\" && exit 1"]
"setup": ["go install github.com/mfridman/tparse@latest"]
}
}
}