Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
chore: replace ts-node with tsx for the builder package
Browse files Browse the repository at this point in the history
  • Loading branch information
grzpab committed Jan 17, 2024
1 parent d22b741 commit e1db10c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 37 deletions.
6 changes: 3 additions & 3 deletions builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"@codemod-registry/tsconfig": "workspace:*",
"@types/node": "^20.9.2",
"@types/tar": "^6.1.9",
"ts-node": "^10.9.1",
"tsx": "^4.7.0",
"typescript": "^5.2.2"
},
"scripts": {
"build": "ts-node --esm ./index.ts",
"build:homedir": "ts-node --esm ./index.ts --homedir"
"build": "tsx ./index.ts",
"build:homedir": "tsx --esm ./index.ts --homedir"
}
}
37 changes: 3 additions & 34 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 e1db10c

Please sign in to comment.