Skip to content

Commit

Permalink
add typechecker script (#4214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaylor89 committed Oct 28, 2022
1 parent 8ded922 commit 676250f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion creator-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"lint:fix": "eslint --format table --fix --ext=js,ts src",
"lint": "eslint --format table --ext=js,ts src",
"build": "./node_modules/.bin/tsc --project tsconfig.build.json",
"postinstall": "patch-package"
"postinstall": "patch-package",
"typecheck": "./node_modules/.bin/tsc --project tsconfig.build.json --noEmit"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 676250f

Please sign in to comment.