mirror of https://github.com/acid-info/vac.dev.git
Show future post in dev mode (#59)
This commit is contained in:
parent
5638aec1f6
commit
9d6ddec150
|
@ -27,6 +27,7 @@ const content = () => {
|
|||
const args = ['exec', jekyll, 'build']
|
||||
if (isDevelopmentBuild) {
|
||||
args.push('--incremental')
|
||||
args.push('--future')
|
||||
}
|
||||
|
||||
return spawn('bundle', args, { stdio: 'inherit' })
|
||||
|
|
Loading…
Reference in New Issue