Skip to content

Commit

Permalink
fix(native): fix install commands when client is first config
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Nov 27, 2019
1 parent a10c8ba commit 680442f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/feflow-cli/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export default class Feflow {
}]).then((answer: any) => {
const configPath = path.join(root, '.feflowrc.yml');
safeDump(answer, configPath);
this.config = parseYaml(configPath);
resolve();
});
}
Expand Down

0 comments on commit 680442f

Please sign in to comment.