Skip to content

Commit

Permalink
Merge pull request #27 from dammy001/dammy001-patch-1
Browse files Browse the repository at this point in the history
chore(typecheck): add typecheck
  • Loading branch information
dammy001 committed Jan 3, 2022
2 parents 27c959a + ee35648 commit 60c7200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -b"
"build": "tsc -b",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 60c7200

Please sign in to comment.