Skip to content

Commit

Permalink
fix(cli): export env cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Clunt committed May 30, 2018
1 parent 225f705 commit d8287c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const configParse = require('./util/config-parse');

exports.commands = [
require('./init'),
require('./test')
require('./env')
];

exports.builder = configYargs;
Expand Down

0 comments on commit d8287c3

Please sign in to comment.