We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360fe88 commit f23911bCopy full SHA for f23911b
package.json
@@ -22,7 +22,7 @@
22
"test": "test"
23
},
24
"scripts": {
25
- "lint": "git ls-files bin etc libexec | xargs shellcheck",
+ "lint": "git ls-files bin etc libexec test/*.bash | xargs shellcheck",
26
"pretest": "[ -d $npm_package_directories_testnodenv ] || git clone --quiet --depth 1 https://github.com/nodenv/nodenv $npm_package_directories_testnodenv",
27
"test": "PATH=$PWD/$npm_package_directories_testnodenv/bin:$PATH bats ${CI:+--tap} test",
28
"posttest": "npm run lint",
0 commit comments