diff --git a/package.json b/package.json index 7b2106dca052670f14e3578069b44cd5f5547b82..51435a2ece584c34eb5ad7e43a3865e7bd89c9cc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lint": "npm run shlint && npm run eslint && npm run tslint", "eslint": "eslint \"{bin,example,src,test}/**/*.js\"", "tslint": "tslint \"{bin,example,src,test}/**/*.ts\" && tsc --noEmit", - "shlint": "bash -n bin/*.sh", + "shlint": "bash -n bin/*.sh && shellcheck bin/*.sh", "pretest": "npm run clean && npm run lint && npm run build", "sloc": "sloc bin example src test index.ts --details --format cli-table --keys total,source,comment && sloc bin example src test index.ts", "test": "npm run test:chrome",