Skip to content

Commit

Permalink
fix: use tsx instead of ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-goodwin committed Jan 3, 2024
1 parent 9ada0f4 commit 3549a5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/tests/aws-runtime-cdk/cdk.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"app": "ts-node --esm ./src/app.mts",
"app": "tsx ./src/app.mts",
"watch": "."
}
2 changes: 1 addition & 1 deletion apps/tests/aws-runtime-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "^29",
"tests-runtime": "workspace:^",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"jest": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 3549a5d

Please sign in to comment.