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 7fd09a3 commit c3e8687Copy full SHA for c3e8687
.travis.yml
@@ -24,4 +24,4 @@ before_script:
24
- yarn run build
25
26
script:
27
- - "yarn run test:compile"
+ - "yarn run test:lint"
package.json
@@ -8,7 +8,7 @@
8
"main": "dist/index.js",
9
"typings": "dist/index.d.ts",
10
"scripts": {
11
- "test": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'",
+ "test:lint": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'",
12
"build": "tsc",
13
"docs:build": "typedoc ./src --out ./docs --excludeNotExported && touch ./docs/.nojekyll"
14
},
0 commit comments