Commit 397acbc7 authored by Hunter Loftis's avatar Hunter Loftis

easier to read

parent 0fab5a78
......@@ -58,7 +58,8 @@ restore_cache_directories() {
remove_caches_from_slug() {
local build_dir=${1:-}
rm -rf $build_dir/.npm $build_dir/.cache/yarn
rm -rf "$build_dir/.npm"
rm -rf "$build_dir/.cache/yarn"
}
clear_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