Skip to content

Commit 00df5ba

Browse files
committed
chore(ci): update travis script
1 parent f220c9e commit 00df5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"pretest": "npm run build && npm run lint && npm run tslint",
4242
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
4343
"test": "nyc jest",
44-
"travis:integration": "npm run test && npm run reportCoverage",
45-
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
44+
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
45+
"travis:lint": "lerna bootstrap && npm run build && npm run lint && npm run tslint && npm run bundlesize",
4646
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
4747
"watch": "tsc -w"
4848
},

0 commit comments

Comments
 (0)