From d225345adffa89ed0dc9d19da5b99cdf271abcbd Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Fri, 4 Nov 2016 14:33:01 +0000 Subject: [PATCH] restore the normal pretest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fadba90d..2942e691 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", -- GitLab