Use tsx for running scripts (#190)

This commit is contained in:
Hakan Shehu
2025-08-11 20:47:02 +02:00
committed by GitHub
parent 3bb1d81f4b
commit 363ed3c51e
6 changed files with 9 additions and 171 deletions

View File

@@ -23,7 +23,7 @@
"lint": "turbo run lint --parallel",
"test": "turbo run test -- --watch false",
"format": "prettier --write .",
"postinstall": "node --no-warnings --loader ts-node/esm scripts/src/postinstall/index.ts"
"postinstall": "tsx scripts/src/postinstall/index.ts"
},
"devDependencies": {
"@types/debug": "^4.1.12",
@@ -35,7 +35,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"turbo": "^2.5.5",
"typescript": "^5.8.3",
"vitest": "^3.2.4"