We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f220c9e commit 00df5baCopy full SHA for 00df5ba
package.json
@@ -41,8 +41,8 @@
41
"pretest": "npm run build && npm run lint && npm run tslint",
42
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
43
"test": "nyc jest",
44
- "travis:integration": "npm run test && npm run reportCoverage",
45
- "travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
+ "travis:integration": "npm run build && npm run test && npm run reportCoverage",
+ "travis:lint": "lerna bootstrap && npm run build && npm run lint && npm run tslint && npm run bundlesize",
46
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
47
"watch": "tsc -w"
48
},
0 commit comments