You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `npm-access` | Determines whether the published package should be publicly visible. Possible values: `public`or `restricted`. | `false` | `"restricted"` |
114
+
| `npm-build` | Build package command. Only executed if `npm-publish` is set to `true`. | `false` | `npm run build` |
115
+
| `major-bump` | Bump major version tag after release. | `false` | `"false"` |
116
+
| `major-bump-tag-prefix` | Major version tag prefix. | `false` | `""` |
0 commit comments