Commit 5bcf099f authored by Hunter Loftis's avatar Hunter Loftis

be explicit about which versions of node and npm are being used

parent 225646aa
......@@ -118,6 +118,11 @@ fi
# Run subsequent commands from the build directory
cd $build_dir
echo ""
echo "Using node: `node --version`"
echo "Using npm: `npm --version`"
echo ""
####### Build the project's dependencies
# Did we bust the cache?
......
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