Skip to content

Commit b0ab76b

Browse files
onurtemizkanmydea
andcommitted
Apply suggestions from code review
Co-authored-by: Francesco Novy <[email protected]>
1 parent f18e573 commit b0ab76b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/remix/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
"test:integration:otel": "export USE_OTEL=1 && run-s test:integration:v1 test:integration:v2",
9999
"test:integration:legacy": "export USE_OTEL=0 && run-s test:integration:v1 test:integration:v2",
100100
"test:integration:v1": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",
101-
"test:integration:v2": "export REMIX_VERSION=2 && run-s test:integration:v1",
101+
"test:integration:v2": "export REMIX_VERSION=2 && yarn 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 yarn test:integration:ci:common",
104+
"test:integration:ci:legacy": "USE_OTEL=0 yarn 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)