Skip to content

Commit 88888bb

Browse files
EvsChenevenstensberg
authored andcommitted
fix: failing test
1 parent 5669311 commit 88888bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit",
4141
"test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit",
4242
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
43-
"travis:lint": "npm run build && npm run lint && npm run tslint && npm run bundlesize",
43+
"travis:lint": "npm run build && npm run lint && npm run tslint",
4444
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
4545
"watch": "npm run build && tsc -w",
4646
"postinstall": "lightercollective"

0 commit comments

Comments
 (0)