We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7a7dd commit fee8a49Copy full SHA for fee8a49
edit
@@ -12,5 +12,10 @@ export NODE_ENV=production
12
export TUTORIAL_EDIT=1
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 edit | bunyan -o short -l debug
21
0 commit comments