Skip to content

Commit

Permalink
detect errors in setup.sh npm and webpack running
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Mar 6, 2018
1 parent 28b53bf commit 9691fc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.sh
Expand Up @@ -83,7 +83,8 @@ echo "NOTE: Legacy scripts wig-to-json.pl and bam-to-json.pl have removed from s
if [ -f "src/JBrowse/Browser.js" ]; then
echo "Installing javascript dependencies and building with Webpack ..."
(
check_node;
check_node
set -e
npm install
npm run build
) >>setup.log 2>&1;
Expand Down

0 comments on commit 9691fc5

Please sign in to comment.