find . -type f -name '*.js' -not -path './node_modules/*' \ | xargs wc -l \ | tail -1