Skip to content

Commit

Permalink
chore(example-gatsby): add type checking script
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Apr 19, 2020
1 parent c3ec10f commit 8bc86b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/example-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop --open",
"serve": "gatsby serve"
"serve": "gatsby serve",
"type-check": "tsc --build"
},
"dependencies": {
"@types/react": "^16.9.34",
Expand Down

0 comments on commit 8bc86b4

Please sign in to comment.