Skip to content

Commit

Permalink
use npx tsc instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Jun 17, 2024
1 parent fc0acac commit 0cc49ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"coverage": "./scripts/coverage.sh",
"lint": "eslint --fix './scripts/*.js'",
"prettier": "prettier --write './scripts/*.js'",
"compile": "tsc",
"compile": "npx tsc",
"postinstall": "npx run compile"
},
"keywords": [
Expand Down

0 comments on commit 0cc49ca

Please sign in to comment.