feat: enhance development environment with ripgrep and gh-milestone (#1252)

Co-authored-by: Prad N <prad@didao.xyz>
This commit is contained in:
Prad Nukala
2025-03-27 04:21:05 -04:00
committed by GitHub
co-authored by Prad N
parent 240fc5c1ef
commit de72e6186f
2 changed files with 55 additions and 3 deletions
+7 -3
View File
@@ -8,14 +8,18 @@
"go-task@latest",
"goreleaser@latest",
"commitizen@latest",
"doppler@latest"
"doppler@latest",
"ripgrep@latest"
],
"env": {
"GOPATH": "$HOME/go",
"PATH": "$PATH:$PWD/bin",
"GOPATH": "$HOME/go",
"PATH": "$PATH:$PWD/bin",
"DOPPLER_TOKEN": "$DOPPLER_SONR_RELEASE_TOKEN"
},
"shell": {
"init_hook": [
"gh extension install valeriobelli/gh-milestone"
],
"scripts": {
"release": [
"doppler secrets download --no-file --format env > .env",