Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Inherit stdio when building
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jul 12, 2016
1 parent a5d0693 commit f2d83b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (!isSite()) {

if (!exists(config.outputDir)) {
try {
exec('cory build', { stdio: [0, 1] })
exec('cory build', { stdio: 'inherit' })
} catch (err) {
console.error(err)
process.exit(1)
Expand Down

0 comments on commit f2d83b1

Please sign in to comment.