Skip to content

Commit f7dd2f7

Browse files
test: Point stack traces to TypeScript sources (#96)
1 parent 0834d92 commit f7dd2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pyright-scip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "shx rm -rf ./dist ./out README.md LICENSE.txt",
99
"prepack": "npm run clean && shx cp ../../README.md . && shx cp ../../LICENSE.txt . && npm run build",
1010
"check-snapshots": "npm run update-snapshots -- --check",
11-
"update-snapshots": "node ./index.js snapshot-dir snapshots --environment snapshots/testEnv.json --quiet",
11+
"update-snapshots": "node --enable-source-maps ./index.js snapshot-dir snapshots --environment snapshots/testEnv.json --quiet",
1212
"test": "jest --forceExit --detectOpenHandles",
1313
"webpack": "webpack --mode development --progress",
1414
"watch": "webpack --mode development --progress --watch"

0 commit comments

Comments
 (0)