1
0
Fork 0

fixed wrong excluding path

This commit is contained in:
Heiko Kernbach 2015-07-29 17:04:07 +02:00
parent 1d0dfad48c
commit 43e530545b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ SRCDIR=$1
| egrep -v "^js/client/test-data/" \
| egrep -v "^js/server/tests/" \
| egrep -v "^js/server/test-data/" \
| egrep -v "^js/apps/system/admin/.*/node_modules/" \
| egrep -v "^js/apps/system/_admin/.*/node_modules/" \
| egrep -v "^js/apps/system/.*/test/" \
| egrep -v "^js/apps/system/.*/test_data/" \
| egrep -v "^js/apps/system/.*/coverage/" \