diff --git a/package.json b/package.json index fadba90df8337740652f0b45d13fac72ef4d7e60..2942e691ae615816ca5dab717fb823dd766efdda 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": "eslint \"{bin,example,src,test}/**/*.js\"", "tslint": "tslint \"{bin,example,src,test}/**/*.ts\" && tsc --noEmit", "shlint": "bash -n bin/*.sh && shellcheck bin/*.sh", - "pretest": "false && npm run clean && npm run lint && npm run build", + "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", "posttest": "npm run clean && npm run sloc",