File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 100
100
"test:integration:v1" : " run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server" ,
101
101
"test:integration:v2" : " export REMIX_VERSION=2 && run-s test:integration:v1" ,
102
102
"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" ,
105
105
"test:integration:ci:common" : " run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server" ,
106
106
"test:integration:prepare" : " (cd test/integration && yarn install)" ,
107
107
"test:integration:clean" : " (cd test/integration && rimraf .cache node_modules build)" ,
You can’t perform that action at this time.
0 commit comments