Commit 60f39b66 authored by aMOPel's avatar aMOPel
Browse files

fix: delete reproducible

parent 9d785861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@

                # sometimes a .deno dir is slipped into a node_modules package
                # it's unclear why. but it can just be deleted
                find -L ./node_modules/* -name ".deno" -type d | xargs rm -rf
                find -L ./node_modules -name ".deno" -type d | sort -r | head -n-1 | xargs rm -rf
              fi

              rm -f "$DENO_DIR"/dep_analysis_cache_v2-shm