diff --git a/package.json b/package.json index 818e2e5ea..755dc303e 100644 --- a/package.json +++ b/package.json @@ -206,14 +206,14 @@ "zod": "^3.22.2" }, "peerDependencies": { - "chromatic-playwright": "^0.4.0 || ^1.0.0", - "chromatic-cypress": "^0.4.0 || ^1.0.0" + "chromatic-cypress": "^0.4.0 || ^1.0.0", + "chromatic-playwright": "^0.4.0 || ^1.0.0" }, "peerDependenciesMeta": { - "chromatic-playwright": { + "chromatic-cypress": { "optional": true }, - "chromatic-cypress": { + "chromatic-playwright": { "optional": true } }, @@ -228,13 +228,7 @@ }, "plugins": [ "npm", - "released", - [ - "exec", - { - "afterShipIt": "yarn run publish-action" - } - ] + "released" ] }, "docs": "https://www.chromatic.com/docs/cli",