Skip to content

Commit

Permalink
fix: build env (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 21, 2022
1 parent 3547c20 commit 48bc120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edge-gateway/scripts/cli.js
Expand Up @@ -24,7 +24,7 @@ const prog = sade('gateway')
prog
.command('build')
.describe('Build the worker.')
.option('--env', 'Environment', 'dev')
.option('--env', 'Environment', process.env.ENV)
.action(buildCmd)
.command('ipfs')
.describe('Run ipfs node')
Expand Down

0 comments on commit 48bc120

Please sign in to comment.