Skip to content

Commit

Permalink
test: execute with source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jul 5, 2024
1 parent 77813df commit f3e83b1
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 @@ -16,7 +16,7 @@
"build": "tsc --build",
"pretest": "npm run lint && npm run build",
"test": "npm run test:only",
"test:only": "node --test ./dist/test",
"test:only": "node --test --enable-source-maps ./dist/test",
"lint": "eslint .",
"prepack": "npm run build",
"prettify": "npx prettier . --write"
Expand Down

0 comments on commit f3e83b1

Please sign in to comment.