Skip to content

Commit

Permalink
Fix moveTypes on build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Apr 30, 2019
1 parent 3738f88 commit cdfbfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ prog
async inputOptions => {
let bundle = await rollup(inputOptions);
await bundle.write(inputOptions.output);
await moveTypes();
}
);
logger(promise, 'Building modules');
await moveTypes();
} catch (error) {
logError(error);
}
Expand Down

0 comments on commit cdfbfe8

Please sign in to comment.