8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0834d92 commit f7dd2f7Copy full SHA for f7dd2f7
packages/pyright-scip/package.json
@@ -8,7 +8,7 @@
8
"clean": "shx rm -rf ./dist ./out README.md LICENSE.txt",
9
"prepack": "npm run clean && shx cp ../../README.md . && shx cp ../../LICENSE.txt . && npm run build",
10
"check-snapshots": "npm run update-snapshots -- --check",
11
- "update-snapshots": "node ./index.js snapshot-dir snapshots --environment snapshots/testEnv.json --quiet",
+ "update-snapshots": "node --enable-source-maps ./index.js snapshot-dir snapshots --environment snapshots/testEnv.json --quiet",
12
"test": "jest --forceExit --detectOpenHandles",
13
"webpack": "webpack --mode development --progress",
14
"watch": "webpack --mode development --progress --watch"
0 commit comments