Skip to content

Commit c3e8687

Browse files
committed
�lintのコマンド名を修正
1 parent 7fd09a3 commit c3e8687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ before_script:
2424
- yarn run build
2525

2626
script:
27-
- "yarn run test:compile"
27+
- "yarn run test:lint"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "dist/index.js",
99
"typings": "dist/index.d.ts",
1010
"scripts": {
11-
"test": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'",
11+
"test:lint": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'",
1212
"build": "tsc",
1313
"docs:build": "typedoc ./src --out ./docs --excludeNotExported && touch ./docs/.nojekyll"
1414
},

0 commit comments

Comments
 (0)