Skip to content

Commit 46a5ce6

Browse files
onurtemizkanmydea
andauthored
Apply suggestions from code review
Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
1 parent 8223b80 commit 46a5ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"test:integration:v1": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",
101101
"test:integration:v2": "export REMIX_VERSION=2 && run-s test:integration:v1",
102102
"test:integration:ci": "run-s test:integration:ci:otel test:integration:ci:legacy",
103-
"test:integration:ci:otel": "export USE_OTEL=1 && run-s test:integration:ci:common",
104-
"test:integration:ci:legacy": "export USE_OTEL=0 && run-s test:integration:ci:common",
103+
"test:integration:ci:otel": "USE_OTEL=1 test:integration:ci:common",
104+
"test:integration:ci:legacy": "USE_OTEL=0 test:integration:ci:common",
105105
"test:integration:ci:common": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",
106106
"test:integration:prepare": "(cd test/integration && yarn install)",
107107
"test:integration:clean": "(cd test/integration && rimraf .cache node_modules build)",

0 commit comments

Comments
 (0)