We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a794d commit 90b4342Copy full SHA for 90b4342
package.json
@@ -49,7 +49,7 @@
49
"lint": "yarn workspaces run lint",
50
"loadtest:byron-staging": "artillery run test/loadtest/byron-staging-config.yml",
51
"publish-packages": "yarn workspaces run publish",
52
- "service-dependencies": "docker-compose config --services | grep -vE \"server|background\" | xargs docker-compose",
+ "service-dependencies": "docker compose config --services | grep -vE \"server|background\" | xargs docker compose",
53
"test": "yarn workspaces run test"
54
},
55
"contributors": [
0 commit comments