Skip to content

Commit

Permalink
use enable-source-maps as per nodejs/node#42522
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiancook committed Mar 30, 2022
1 parent 249c345 commit 39aedd5
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 @@ -98,7 +98,7 @@
"postbuild": "mkdir -p coverage && node scripts/post-build.js",
"generate": "yarn build && node esnext/generate.js",
"prepublishOnly": "npm run build",
"test": "yarn build && export $(cat .env | xargs) && node -r source-map-support/register esnext/tests/index.js",
"test": "yarn build && export $(cat .env | xargs) && node --enable-source-maps esnext/tests/index.js",
"test:deno": "yarn build && export $(cat .env | xargs) && deno run --allow-env --allow-read --allow-net --import-map=import-map-deno.json esnext/tests/index.js",
"test:deno:r": "yarn build && export $(cat .env | xargs) && deno run -r --allow-env --allow-read --allow-net --import-map=import-map-deno.json esnext/tests/index.js",
"test:inspect": "yarn build && export $(cat .env | xargs) && node --enable-source-maps --inspect-brk esnext/tests/index.js",
Expand Down

0 comments on commit 39aedd5

Please sign in to comment.