Skip to content

Commit a23a8aa

Browse files
fix(cypress-commands): fix publish config (#4334)
1 parent 9572094 commit a23a8aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cypress-commands/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"peerDependencies": {
2323
"cypress": "^12.0.0"
2424
},
25+
"publishConfig": {
26+
"access": "public"
27+
},
2528
"files": [
2629
"dist"
2730
]

0 commit comments

Comments
 (0)