File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/integration-tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
"pack:changed" : " lerna run pack --since" ,
20
20
"prepublishOnly" : " lerna run --stream --concurrency 1 prepublishOnly" ,
21
21
"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"
23
23
},
24
24
"volta" : {
25
25
"node" : " 14.17.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " browser-integration-tests" ,
2
+ "name" : " @sentry-internal/ browser-integration-tests" ,
3
3
"version" : " 1.0.0" ,
4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments