Skip to content

Commit

Permalink
feat(infra): add dev env setup script and plug it in jarvis
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fernandez committed Nov 7, 2022
1 parent 6a77311 commit b85dcac
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"g:usecase": "hygen usecase new --name=$npm_config_name --module=$npm_config_module",
"get-remote-env-files": "doppler secrets download --project api --config dev --no-file --format env > apps/api/src/.env",
"pnpm-context": "node scripts/pnpm-context.mjs",
"jarvis": "node scripts/jarvis.js"
"jarvis": "node scripts/jarvis.js",
"dev-environment-setup": "sh ./scripts/dev-environment-setup.sh"
},
"devDependencies": {
"@auto-it/npm": "^10.36.5",
Expand Down
Loading

0 comments on commit b85dcac

Please sign in to comment.