Skip to content

Commit bcf97c6

Browse files
committed
fix: reintroducing lint-shell because CI depends on it
1 parent 21d784c commit bcf97c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"test": "node ./scripts/test.mjs",
7777
"lint": "matrixai-lint",
7878
"lintfix": "matrixai-lint --fix",
79+
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
7980
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
8081
"bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
8182
},

0 commit comments

Comments
 (0)