Skip to content

Commit

Permalink
rebuild, then install. fixes oortcloud#47
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Sep 26, 2013
1 parent d72d36f commit d839024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ else
download_and_install_node $node_version
fi

status "Installing dependencies"
npm install --production | indent

status "Rebuilding dependencies"
npm rebuild | indent

status "Installing dependencies"
npm install --production | indent

status "Caching node and node_modules for future builds"
rm -rf $cache_dir
mkdir -p $cache_dir
Expand Down

0 comments on commit d839024

Please sign in to comment.