Skip to content

Commit 90b4342

Browse files
committed
chore: replace remaining docker-compose command in package.json scripts
1 parent d5a794d commit 90b4342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lint": "yarn workspaces run lint",
5050
"loadtest:byron-staging": "artillery run test/loadtest/byron-staging-config.yml",
5151
"publish-packages": "yarn workspaces run publish",
52-
"service-dependencies": "docker-compose config --services | grep -vE \"server|background\" | xargs docker-compose",
52+
"service-dependencies": "docker compose config --services | grep -vE \"server|background\" | xargs docker compose",
5353
"test": "yarn workspaces run test"
5454
},
5555
"contributors": [

0 commit comments

Comments
 (0)