Commit 8fd6842a authored by zeke's avatar zeke

output npm debug info on error

parent aaccb3b7
......@@ -7,8 +7,8 @@ stable_version="0.10.18"
source $bp_dir/bin/common.sh
# Output debug info on exit
# trap cat_npm_debug_log EXIT
# Output npm debug info on error
trap cat_npm_debug_log ERR
# Bootstrap the build process with latest stable version of node
# We'll use it to parse package.json and do semver detection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment