1
0
mirror of https://github.com/auchenberg/volkswagen synced 2025-08-27 03:41:40 +02:00

fix test script not to shallow exit code

This commit is contained in:
Aleksey Gurianov 2015-10-09 13:12:58 +00:00
parent 6bba233863
commit b4c7a14cd8

@ -15,7 +15,7 @@
"tape": "^4.2.1"
},
"scripts": {
"test": "standard && standard .these/aren\\'t/the/source/files/you\\'re/looking/for.js && find test -type f ! -name '_*' -exec node {} \\;"
"test": "standard && standard .these/aren\\'t/the/source/files/you\\'re/looking/for.js && find test -type f ! -name '_*' -print0 | xargs -0 -n1 -t node"
},
"repository": {
"type": "git",