Skip to content

Commit

Permalink
fix: re-enable auto-cascade-env by default
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Sep 30, 2023
1 parent aac631a commit 6481202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared-lib-node/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const yargsOptionsBuilderForEnv = {
'auto-cascade-env': {
description: 'Same with --cascade-env=<WB_ENV || APP_ENV || NODE_ENV || "development">.',
type: 'boolean',
default: false,
default: true,
},
'check-env': {
description: 'Check whether the keys of the loaded .env files are same with the given .env file.',
Expand Down

0 comments on commit 6481202

Please sign in to comment.