Skip to content

Commit

Permalink
add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Nov 14, 2023
1 parent 4578bb2 commit c60e9a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc-snippet-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"type": "commonjs",
"scripts": {
"test": "ava -T 2m",
"cli": "esr ./src/cli.ts"
"cli": "esr ./src/cli.ts",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit c60e9a3

Please sign in to comment.