Skip to content

Commit

Permalink
chore: no git checks on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jun 10, 2022
1 parent 25517b7 commit 76560ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function publish(options: {
console.log("package.json file has been written, publishing...")
}

let npmPublish = `pnpm publish --access public --registry=https://registry.npmjs.org`
let npmPublish = `pnpm publish --access public --registry=https://registry.npmjs.org --no-git-checks`
// We use different tokens for `next-auth` and `@next-auth/*` packages

if (pkg.name === "next-auth") {
Expand Down

0 comments on commit 76560ae

Please sign in to comment.