Add the or operator to the emails package.json as well (#9013)

Co-authored-by: TachyonicBytes <support@tachyonicbytes.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/9090/head^2
TachyonicBytes 2023-05-29 22:11:45 +03:00 committed by GitHub
parent f0a9897daf
commit 5534153d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dx": "docker compose up -d"
"dx": "docker compose up -d || docker-compose up -d"
},
"dependencies": {
"@calcom/dayjs": "*",