Skip to content

Commit

Permalink
fix(init): use init package instead of core package for appDir
Browse files Browse the repository at this point in the history
  • Loading branch information
exreplay committed Jul 28, 2019
1 parent f35c577 commit 2ec0d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/init/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ora from 'ora';

export default class Init {
constructor() {
this.appDir = path.resolve(require.resolve('@averjs/core'), '../app');
this.appDir = path.resolve(require.resolve('@averjs/init'), '../app');
}

run() {
Expand Down

0 comments on commit 2ec0d05

Please sign in to comment.