fix: Avoid files that differ just by case

This commit is contained in:
Glen Whitney 2022-07-22 09:45:58 -07:00
parent 89f4977e78
commit 664f30ddef
6 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
inclusion, avoiding factory functions.',
main: 'index.js',
scripts: {
test: 'npx mocha',
test: '!(find . | sort -f | uniq -i -c | grep -v " 1 ") && npx mocha',
},
repository: {
type: 'git',