Skip to content

Commit f552fe4

Browse files
committed
chore: set publish access in config
1 parent 82cf484 commit f552fe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.simple-release.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ export const project = new PnpmWorkspacesProject({
77
export const releaser = {
88
verbose: true
99
}
10+
11+
export const publish = {
12+
access: 'public'
13+
}

0 commit comments

Comments
 (0)