mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
chore(devbox): add dasel package and update devbox config
This commit is contained in:
+5
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user