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 5669311 commit 88888bbCopy full SHA for 88888bb
package.json
@@ -40,7 +40,7 @@
40
"test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit",
41
"test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit",
42
"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",
+ "travis:lint": "npm run build && npm run lint && npm run tslint",
44
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
45
"watch": "npm run build && tsc -w",
46
"postinstall": "lightercollective"
0 commit comments