Skip to content

Commit aa10370

Browse files
committed
yarn fix 2
1 parent 17b9515 commit aa10370

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"devEngines": {
296296
"node": ">=16.x",
297297
"npm": ">=6.x",
298-
"yarn": ">=1.22.21"
298+
"yarn": ">=1.21.3"
299299
},
300300
"husky": {
301301
"hooks": {}

tests/e2e/docker.web.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
command: [
3434
'./wait-for-it.sh', 'redis-enterprise:12000', '-s', '-t', '120',
3535
'--',
36-
'npx', 'yarn', 'test:chrome:ci'
36+
'npx', 'run', 'test:chrome:ci'
3737
]
3838

3939
# Built image

tests/e2e/local.web.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
command: [
3434
'./wait-for-it.sh', 'redis-enterprise:12000', '-s', '-t', '120',
3535
'--',
36-
'npx', 'yarn', 'test:chrome:ci'
36+
'npx', 'run', 'test:chrome:ci'
3737
]
3838

3939
# Redisinsight API + UI build

0 commit comments

Comments
 (0)