Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions edit
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,5 +12,10 @@ export NODE_ENV=production
export TUTORIAL_EDIT=1
export NODE_PRESERVE_SYMLINKS=1

# Use a local bunyan if no other is found in the current environment
if ! [ -x "$(command -v bunyan)" ]; then
export PATH="$PATH:./node_modules/bunyan/bin"
fi

npm --silent run -- gulp edit | bunyan -o short -l debug