Skip to content

Commit f23911b

Browse files
committed
lint test helper
1 parent 360fe88 commit f23911b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "test"
2323
},
2424
"scripts": {
25-
"lint": "git ls-files bin etc libexec | xargs shellcheck",
25+
"lint": "git ls-files bin etc libexec test/*.bash | xargs shellcheck",
2626
"pretest": "[ -d $npm_package_directories_testnodenv ] || git clone --quiet --depth 1 https://github.com/nodenv/nodenv $npm_package_directories_testnodenv",
2727
"test": "PATH=$PWD/$npm_package_directories_testnodenv/bin:$PATH bats ${CI:+--tap} test",
2828
"posttest": "npm run lint",

0 commit comments

Comments
 (0)