use new node directory for grep-string.sh

This commit is contained in:
B. Petersen 2022-12-22 14:24:43 +01:00
parent 949cb3fafb
commit d72c0eebb7

View file

@ -17,4 +17,4 @@ echo "==================== DESKTOP USAGE ===================="
grep --exclude-dir={.cache,.git,html-dist,node_modules,_locales} -ri $TEXT ../deltachat-desktop/ grep --exclude-dir={.cache,.git,html-dist,node_modules,_locales} -ri $TEXT ../deltachat-desktop/
echo "==================== NODE USAGE ====================" echo "==================== NODE USAGE ===================="
grep --exclude-dir={.git} -ri $TEXT ../deltachat-node/ grep --exclude-dir={.git} -ri $TEXT ../deltachat-core-rust/node