We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4411cd commit 2714393Copy full SHA for 2714393
src/next/base.ts
@@ -25,7 +25,7 @@ export const base = createBase({
25
options: {
26
access: z
27
.union([z.literal("public"), z.literal("restricted")])
28
- .optional()
+ .default("public")
29
.describe("which `npm publish --access` to release npm packages with"),
30
author: z
31
.string()
0 commit comments