Skip to content

Commit

Permalink
chore: ts-node を tsx へ置き換え (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Feb 6, 2024
1 parent f768d4a commit 7acae13
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 92 deletions.
4 changes: 2 additions & 2 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "approvers <[email protected]>",
"scripts": {
"start": "node ./build/index.mjs",
"dev": "ts-node --esm ./src/server/index.ts",
"dev": "tsx ./src/server/index.ts",
"build": "esbuild ./src/server/index.ts --bundle --minify --charset=utf8 --platform=node --target=node18 --format=esm --packages=external --outfile=build/index.mjs",
"lint": "eslint \"./src/**/*.{js,ts}\"",
"format": "prettier --write \"./src/**/*.{js,ts,md}\"",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@vitest/coverage-v8": "^1.0.0",
"esbuild": "^0.20.0",
"make-dir-cli": "^3.0.0",
"ts-node": "^10.9.1",
"tsx": "^4.7.0",
"typescript": "5.3.3",
"vitest": "^1.0.0"
}
Expand Down
Loading

0 comments on commit 7acae13

Please sign in to comment.