Skip to content

Commit 9b63c1a

Browse files
committed
fix: re-added lint-shell script because CI depends on it
1 parent 5e786c6 commit 9b63c1a

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
@@ -118,6 +118,7 @@
118118
"test": "node ./scripts/test.mjs",
119119
"lint": "matrixai-lint",
120120
"lintfix": "matrixai-lint --fix",
121+
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
121122
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
122123
"pkg": "node ./scripts/build.mjs --pkg && node ./scripts/pkg.mjs",
123124
"polykey": "node ./scripts/build.mjs && node dist/polykey.mjs",

0 commit comments

Comments
 (0)