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 e21fe4f commit 2ec2598Copy full SHA for 2ec2598
package.json
@@ -27,7 +27,7 @@
27
"test": "lerna run --ignore @sentry-internal/* test",
28
"test-ci-browser": "lerna run test --ignore \"@sentry/{node,opentelemetry-node,serverless,nextjs,remix,gatsby}\" --ignore @sentry-internal/*",
29
"test-ci-node": "ts-node ./scripts/node-unit-tests.ts",
30
- "test:update-snapshots": "lerna run --scope=@sentry-internal/browser-integration-test test:update-snapshots"
+ "test:update-snapshots": "lerna run test:update-snapshots"
31
},
32
"volta": {
33
"node": "16.19.0",
0 commit comments