fix: Avoid files that differ just by case
This commit is contained in:
parent
89f4977e78
commit
664f30ddef
6 changed files with 5 additions and 5 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue