-
Vitaly Lipatov authored
When KEEP_DIRS contains 'web/node_modules', the cleanup was deleting the 'web' parent directory because grep only matched '^web/node_modules$' not '^web$'. Now also add parent dir to grep pattern.
3fb863d1
When KEEP_DIRS contains 'web/node_modules', the cleanup was deleting the 'web' parent directory because grep only matched '^web/node_modules$' not '^web$'. Now also add parent dir to grep pattern.