Skip to content

Commit

Permalink
fix(maker): pass computed outDir to packager
Browse files Browse the repository at this point in the history
  • Loading branch information
anulman authored and MarshallOfSound committed Mar 25, 2017
1 parent 59ddf9a commit 686200f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/make.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default async (providedOptions = {}) => {
interactive,
arch,
platform,
outDir,
});
} else {
warn(interactive, 'WARNING: Skipping the packaging step, this could result in an out of date build'.red);
Expand Down

0 comments on commit 686200f

Please sign in to comment.