Skip to content

Commit

Permalink
ci: define typeCheck script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 29, 2023
1 parent 2476bef commit 624b001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"test": "c8 npm run quick:test",
"prepublishOnly": "npm run build",
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"compile": "npm run lint && npm run clean && tsc",
"benchmark": "npm run compile && node build/benchmarks/index.js",
"build": "npm run compile",
Expand Down

0 comments on commit 624b001

Please sign in to comment.