Skip to content

Commit

Permalink
fix: Add typechecking on yarn lint (#248) (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanyman authored and amaury1093 committed Oct 3, 2019
1 parent 7aac97f commit 33b6ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"lint": "eslint --ext .ts,.tsx App",
"lint": "tsc --noEmit --skipLibCheck && eslint --ext .ts,.tsx App",
"start": "expo start",
"test": "jest"
},
Expand Down

0 comments on commit 33b6ca9

Please sign in to comment.