Skip to content

Commit e15098c

Browse files
committed
fix: update scripts to use shopware-cli for formatting and validation
1 parent deba9ac commit e15098c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"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"
49+
"format": "docker run --rm -v $(pwd):/ext shopware/shopware-cli:latest extension format /ext",
50+
"check": "docker run --rm -v $(pwd):/ext shopware/shopware-cli:latest extension validate --full /ext"
5151
}
5252
}

0 commit comments

Comments
 (0)