mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: enhance development environment with ripgrep and gh-milestone (#1252)
Co-authored-by: Prad N <prad@didao.xyz>
This commit is contained in:
+7
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user