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>
This commit is contained in:
TachyonicBytes 2023-05-25 18:52:43 +03:00 committed by GitHub
parent a4eb3ec9fe
commit 05674f636d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": "*",