We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deba9ac commit e15098cCopy full SHA for e15098c
1 file changed
composer.json
@@ -46,7 +46,7 @@
46
}
47
},
48
"scripts": {
49
- "format": "docker run --rm -v $(pwd):/ext ghcr.io/shopwarelabs/extension-verifier:latest format /ext",
50
- "check": "docker run --rm -v $(pwd):/ext ghcr.io/shopwarelabs/extension-verifier:latest check /ext"
+ "format": "docker run --rm -v $(pwd):/ext shopware/shopware-cli:latest extension format /ext",
+ "check": "docker run --rm -v $(pwd):/ext shopware/shopware-cli:latest extension validate --full /ext"
51
52
0 commit comments