website: when building, run middleman in verbose mode

This commit is contained in:
Martin Atkins 2017-05-25 10:01:21 -07:00
parent 3cf78809b5
commit 539b491deb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
],
"inline": [
"bundle check || bundle install",
"bundle exec middleman build",
"bundle exec middleman build --verbose",
"/bin/sh ./scripts/deploy.sh"
]
}