Skip to content

Commit

Permalink
Replace ts-node with tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bryophyta committed Aug 28, 2024
1 parent e4fd3f6 commit ec632c8
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 17 deletions.
10 changes: 5 additions & 5 deletions cdk/cdk.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app": "npx ts-node bin/cdk.ts",
"context": {
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true"
}
"app": "tsx bin/cdk.ts",
"context": {
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true"
}
}
45 changes: 35 additions & 10 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
"eslint": "8.57.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"source-map-support": "0.5.20",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.1.6",
"tsx": "4.16.5"
},
Expand Down

0 comments on commit ec632c8

Please sign in to comment.