chore(devbox): add dasel package and update devbox config

This commit is contained in:
Prad Nukala
2025-10-25 14:43:46 -04:00
parent 30635ba397
commit 88ca486108
4 changed files with 54 additions and 24 deletions
+5 -4
View File
@@ -8,7 +8,8 @@
"jq@latest",
"trunk@latest",
"mods@latest",
"yq@latest"
"yq@latest",
"dasel@latest"
],
"env": {},
"shell": {
@@ -16,10 +17,10 @@
"go mod download"
],
"scripts": {
"build": "make build-all",
"test": "make test-all",
"build": "make build-all",
"test": "make test-all",
"snapshot": "make snapshot",
"release": "make release"
"release": "make release"
}
}
}