Skip to content

Commit

Permalink
refactor: migrate to ts-node-maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Nov 7, 2024
1 parent 1a620dd commit 37b6a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"release": "np",
"version": "npm run build",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/auth",
"quick:test": "cross-env NODE_DEBUG=\"adonisjs:auth:*\" node --enable-source-maps --loader=ts-node/esm ./bin/test.js"
"quick:test": "cross-env NODE_DEBUG=\"adonisjs:auth:*\" node --enable-source-maps --import=ts-node-maintained/register/esm ./bin/test.js"
},
"devDependencies": {
"@adonisjs/assembler": "^7.7.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"sqlite3": "^5.1.7",
"tedious": "^18.2.0",
"timekeeper": "^2.3.1",
"ts-node": "^10.9.2",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit 37b6a16

Please sign in to comment.