Skip to content

Commit 4fc6d6e

Browse files
fix: allow publish as public package
1 parent ccc81d1 commit 4fc6d6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,8 @@
8080
],
8181
"lint-staged": {
8282
"*.{css,html,js,json,jsx,md,ts,tsx,yml}": "yarn format --write"
83+
},
84+
"publishConfig": {
85+
"access": "public"
8386
}
8487
}

0 commit comments

Comments
 (0)