Skip to content

Commit

Permalink
Merge pull request #11842 from Alstruit/ts-node_to_tsx
Browse files Browse the repository at this point in the history
Change ts-node to tsx in package.json
  • Loading branch information
BellezaEmporium committed Jun 21, 2024
2 parents 0558d92 + 51f1095 commit 5857722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"act:check": "act pull_request -W .github/workflows/check.yml",
"act:update": "act workflow_dispatch -W .github/workflows/update.yml",
"act:deploy": "act push -W .github/workflows/deploy.yml",
"db:validate": "ts-node scripts/db/validate.ts",
"db:export": "ts-node scripts/db/export.ts",
"db:update": "ts-node scripts/db/update.ts",
"db:validate": "tsx scripts/db/validate.ts",
"db:export": "tsx scripts/db/export.ts",
"db:update": "tsx scripts/db/update.ts",
"lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"",
"test": "jest --runInBand"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"jest": "^29.7.0",
"joi": "^17.6.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
"tsx": "^4.10.5"
},
"devDependencies": {
"pre-commit": "^1.2.2"
Expand Down

0 comments on commit 5857722

Please sign in to comment.