Skip to content

Commit

Permalink
Use optional env loader for register-commands task
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelalmeidatk committed Jan 19, 2025
1 parent eb6d3d5 commit b6ca9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "NODE_ENV=production node --experimental-strip-types --env-file-if-exists=.env index.ts",
"type-check": "tsc",
"dev:register-commands": "NODE_ENV=development node --experimental-strip-types --env-file=.env ./register-commands.ts",
"register-commands": "node --experimental-strip-types --env-file=.env ./register-commands.ts"
"register-commands": "node --experimental-strip-types --env-file-if-exists=.env ./register-commands.ts"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
Expand Down

0 comments on commit b6ca9dd

Please sign in to comment.