Skip to content

Commit

Permalink
chore: enable sourcemaps when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 5, 2024
1 parent 27f544f commit 582d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepublishOnly": "npm run build",
"lint": "eslint . --ext=.ts",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/logger",
"quick:test": "node --loader=ts-node/esm bin/test.ts"
"quick:test": "node --loader=ts-node/esm --enable-source-maps bin/test.ts"
},
"keywords": [
"logger",
Expand Down

0 comments on commit 582d7b5

Please sign in to comment.