Skip to content

Commit

Permalink
use tsx instead of ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
meghna0593 committed Nov 25, 2024
1 parent dd9de26 commit be8c34d
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 be8c34d

Please sign in to comment.