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 5e786c6 commit 9b63c1aCopy full SHA for 9b63c1a
package.json
@@ -118,6 +118,7 @@
118
"test": "node ./scripts/test.mjs",
119
"lint": "matrixai-lint",
120
"lintfix": "matrixai-lint --fix",
121
+ "lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
122
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
123
"pkg": "node ./scripts/build.mjs --pkg && node ./scripts/pkg.mjs",
124
"polykey": "node ./scripts/build.mjs && node dist/polykey.mjs",
0 commit comments