Skip to content

Commit

Permalink
add tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelDarley committed Jun 25, 2024
1 parent 0302490 commit f99f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"test": "npm install --global tsx && tsx tests.ts",
"universal": "napi universal",
"version": "napi version",
"ts-compile": "npm install --global typescript && tsc --version"
"ts-compile": "npm install --global typescript && tsc --version && tsc"
},
"packageManager": "[email protected]"
}

0 comments on commit f99f87b

Please sign in to comment.