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 550287c commit 61873caCopy full SHA for 61873ca
.travis.yml
@@ -5,6 +5,7 @@ node_js:
5
before_script:
6
- yarn install
7
script:
8
+ - yarn lint
9
- yarn test
10
11
package.json
@@ -38,6 +38,7 @@
38
"start": "react-scripts-ts start",
39
"build": "react-scripts-ts build",
40
"test": "react-scripts-ts test --env=jsdom",
41
+ "lint": "tslint -c tslint.json 'src/**/*.ts'",
42
"demo:publish": "PUBLIC_URL=https://plouc.github.io/wiremock-ui yarn run build && node scripts/publish_demo.js",
43
"demo:pub": "yarn run demo:publish"
44
}
0 commit comments