Skip to content

Commit be2bf6a

Browse files
committed
Add typecheck script
1 parent 2b032a6 commit be2bf6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"test": "./test",
3939
"build": "tsc && chmod ugo+x lib/cli.js",
4040
"watch": "tsc --watch ",
41+
"typecheck": "tsc --noEmit",
4142
"lint": "eslint . --ext .ts --fix --ignore-path ../.gitignore",
4243
"check": "npm run lint && npm run typecheck"
4344
},

0 commit comments

Comments
 (0)