mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
use new node directory for grep-string.sh
This commit is contained in:
parent
949cb3fafb
commit
d72c0eebb7
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ echo "==================== DESKTOP USAGE ===================="
|
|||
grep --exclude-dir={.cache,.git,html-dist,node_modules,_locales} -ri $TEXT ../deltachat-desktop/
|
||||
|
||||
echo "==================== NODE USAGE ===================="
|
||||
grep --exclude-dir={.git} -ri $TEXT ../deltachat-node/
|
||||
grep --exclude-dir={.git} -ri $TEXT ../deltachat-core-rust/node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue