Commit 6472ce71 authored by David Dollar's avatar David Dollar

add node version to the cache path

parent 86c611ab
...@@ -123,7 +123,7 @@ NPM_VERSION=$(package_resolve_version "npm") ...@@ -123,7 +123,7 @@ NPM_VERSION=$(package_resolve_version "npm")
echo "Using npm version: ${NPM_VERSION}" | indent echo "Using npm version: ${NPM_VERSION}" | indent
# cache directories # cache directories
CACHE_STORE_DIR="$CACHE_DIR/node_modules/$NPM_VERSION" CACHE_STORE_DIR="$CACHE_DIR/node_modules/$NODE_VERSION/$NPM_VERSION"
CACHE_TARGET_DIR="$BUILD_DIR/node_modules" CACHE_TARGET_DIR="$BUILD_DIR/node_modules"
# s3 packages # s3 packages
......
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