File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,9 @@ if [[ "$(cut -d. -f1 <<<"$NODE_VERSION")" -le 6 ]]; then
9
9
cd packages/node
10
10
yarn add --dev --ignore-engines --ignore-scripts
[email protected]
11
11
cd ../..
12
- cd packages/tracing
13
- yarn add --dev --ignore-engines --ignore-scripts
[email protected]
14
- cd ../..
15
12
16
13
# only test against @sentry/node and its dependencies - node 6 is too old for anything else to work
17
- yarn test --scope=" @sentry/core" --scope=" @sentry/hub" --scope=" @sentry/minimal" --scope=" @sentry/node" --scope=" @sentry/utils" --scope= " @sentry/tracing "
14
+ yarn test --scope=" @sentry/core" --scope=" @sentry/hub" --scope=" @sentry/minimal" --scope=" @sentry/node" --scope=" @sentry/utils"
18
15
19
16
elif [[ " $( cut -d. -f1 <<< " $NODE_VERSION" ) " -le 8 ]]; then
20
17
You can’t perform that action at this time.
0 commit comments