Skip to content

Commit 06c95fb

Browse files
committed
Rename project as @sentry-internal/browser-integration-tests.
1 parent 4b25eb4 commit 06c95fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"pack:changed": "lerna run pack --since",
2020
"prepublishOnly": "lerna run --stream --concurrency 1 prepublishOnly",
2121
"postpublish": "make publish-docs && lerna run --stream --concurrency 1 postpublish",
22-
"test": "lerna run --ignore sentry-browser-integration-tests --stream --concurrency 1 --sort test"
22+
"test": "lerna run --ignore @sentry-internal/browser-integration-tests --stream --concurrency 1 --sort test"
2323
},
2424
"volta": {
2525
"node": "14.17.0",

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "browser-integration-tests",
2+
"name": "@sentry-internal/browser-integration-tests",
33
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",

0 commit comments

Comments
 (0)