Skip to content

Commit 63e201b

Browse files
committed
chore: adds the verify command (#2)
1 parent bf9e4fa commit 63e201b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"scripts": {
66
"start": "node dist/index.js",
77
"build": "tsc",
8-
"dev": "nodemon src/index.ts"
8+
"dev": "nodemon src/index.ts",
9+
"typecheck": "tsc --pretty --noEmit --skipLibCheck",
10+
"verify": "npm run typecheck"
911
},
1012
"keywords": [],
1113
"author": "",

0 commit comments

Comments
 (0)