Skip to content

Commit 1a0fb65

Browse files
committed
add tslint to scripts
1 parent 4edbcdd commit 1a0fb65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ branches:
88
script:
99
- npm run format:ci
1010
- npm run build-css
11-
- npm run tslint -p .
11+
- npm run tslint
1212
- npm run test-coveralls

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"test-coveralls": "./scripts/coverage-fix.sh do && react-scripts-ts test --env=jsdom --coverage --coverageReporters=text-lcov | coveralls",
2727
"update-ui-snapshots": "jest --updateSnapshot",
2828
"watch-css": "node-sass-chokidar src/ -o src/ --watch --recursive",
29+
"tslint": "tslint -p .",
2930
"cors-proxy": "lcp --proxyUrl http://localhost:4000 --port 4001 --proxyPartial \"\""
3031
},
3132
"husky": {

0 commit comments

Comments
 (0)