diff --git a/bin/compile b/bin/compile index 09c438e..b7141e0 100755 --- a/bin/compile +++ b/bin/compile @@ -210,7 +210,6 @@ set -e # Store new artifacts in cache. for dir in $CACHED_DIRS; do - rm -rf $CACHE_DIR/$dir cp -R $dir $CACHE_DIR/ done