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 4edbcdd commit 1a0fb65Copy full SHA for 1a0fb65
.travis.yml
@@ -8,5 +8,5 @@ branches:
8
script:
9
- npm run format:ci
10
- npm run build-css
11
- - npm run tslint -p .
+ - npm run tslint
12
- npm run test-coveralls
package.json
@@ -26,6 +26,7 @@
26
"test-coveralls": "./scripts/coverage-fix.sh do && react-scripts-ts test --env=jsdom --coverage --coverageReporters=text-lcov | coveralls",
27
"update-ui-snapshots": "jest --updateSnapshot",
28
"watch-css": "node-sass-chokidar src/ -o src/ --watch --recursive",
29
+ "tslint": "tslint -p .",
30
"cors-proxy": "lcp --proxyUrl http://localhost:4000 --port 4001 --proxyPartial \"\""
31
},
32
"husky": {
0 commit comments