We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed67b50 commit 5f5daefCopy full SHA for 5f5daef
dev
@@ -12,5 +12,10 @@ export SITE_HOST=http://javascript.local
12
export TUTORIAL_EDIT=
13
export NODE_PRESERVE_SYMLINKS=1
14
15
+# Use a local bunyan if no other is found in the current environment
16
+if ! [ -x "$(command -v bunyan)" ]; then
17
+ export PATH="$PATH:./node_modules/bunyan/bin"
18
+fi
19
+
20
npm --silent run gulp dev | bunyan -o short -l debug
21
0 commit comments