From 986472a3ca2e3cc25b90e7f4ab92936f1434bb1e Mon Sep 17 00:00:00 2001 From: EvsChen Date: Sun, 20 Jan 2019 00:03:38 +0800 Subject: [PATCH] fix: failing test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d174db3c29..b8a5fe0d8d6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit", "test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit", "travis:integration": "npm run build && npm run test && npm run reportCoverage", - "travis:lint": "npm run build && npm run lint && npm run tslint && npm run bundlesize", + "travis:lint": "npm run build && npm run lint && npm run tslint", "tslint": "tslint -c tslint.json \"packages/**/*.ts\"", "watch": "npm run build && tsc -w", "postinstall": "lightercollective"