Skip to content

Commit

Permalink
Update publish to scope as public for initializing (#40778)
Browse files Browse the repository at this point in the history
New scoped packages need to be initialized as public so this adds the
`publishConfig` for this.

Fixes:
https://github.com/vercel/next.js/actions/runs/3101494786/jobs/5023375720
  • Loading branch information
ijjk committed Sep 21, 2022
1 parent 1d7ce56 commit 48264c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/font/package.json
Expand Up @@ -15,5 +15,8 @@
"prepublishOnly": "cd ../../ && turbo run build",
"dev": "tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 48264c2

Please sign in to comment.