fix: delete reproducible
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user