Skip to content

Commit c1da10d

Browse files
committed
ci: fixed ci fail due to linting step
1 parent 8f10043 commit c1da10d

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": "eslint '{src,tests,scripts,benches}/**/*.{js,mjs,ts,mts,jsx,tsx}'",
120120
"lintfix": "eslint '{src,tests,scripts,benches}/**/*.{js,mjs,ts,mts,jsx,tsx}' --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/pkg.mjs",
123124
"polykey": "ts-node src/polykey.ts",

0 commit comments

Comments
 (0)