Commit 8b320ac1 authored by David Dollar's avatar David Dollar

debug

parent 8bf60df5
...@@ -73,6 +73,7 @@ export CPPPATH="$INCLUDE_PATH" ...@@ -73,6 +73,7 @@ export CPPPATH="$INCLUDE_PATH"
# unpack existing cache # unpack existing cache
if [ -d $CACHE_STORE_DIR ]; then if [ -d $CACHE_STORE_DIR ]; then
echo "unpacking cache"
TEMP_NODE_MODULES_DIR=$(mktmpdir node_modules) TEMP_NODE_MODULES_DIR=$(mktmpdir node_modules)
# move existing node_modules out of the way # move existing node_modules out of the way
......
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