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
parent
f0a9897daf
commit
5534153d43
|
@ -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": "*",
|
||||
|
|
Loading…
Reference in New Issue