Skip to content

Commit

Permalink
use tsx instead of ts-node (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
meghna0593 authored Nov 26, 2024
1 parent ce33a03 commit 88af615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pre-commit": "lint-staged",
"dev": "nodemon --exec 'tsx' src/server --watch ../sharedAPI --watch .",
"start": "tsx src/server",
"export-map": "ts-node src/map-exporter",
"export-map": "tsx src/map-exporter",
"export-geojson": "ts-node src/geojson-exporter",
"test": "NODE_OPTIONS='--import tsx' mocha \"./src/tests/**/*.test.ts\" --timeout 10000",
"lint": "eslint",
Expand Down

0 comments on commit 88af615

Please sign in to comment.