Skip to content

Commit

Permalink
Merge pull request #906 from chromaui/steven/remove-script
Browse files Browse the repository at this point in the history
Remove after-release script
  • Loading branch information
skitterm authored Jan 26, 2024
2 parents c89a32a + aafa369 commit 8c354a8
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
Expand All @@ -228,13 +228,7 @@
},
"plugins": [
"npm",
"released",
[
"exec",
{
"afterShipIt": "yarn run publish-action"
}
]
"released"
]
},
"docs": "https://www.chromatic.com/docs/cli",
Expand Down

0 comments on commit 8c354a8

Please sign in to comment.