Skip to content

Commit

Permalink
ci: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Jul 16, 2024
1 parent 7362575 commit 20385b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark/repo/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const publishPackage = (pkg: ArkPackage, alias?: string) => {

shell(`git tag ${tagName}`)
tagsToPublish.push(tagName)
shell("pnpm publish", { cwd: pkg.path })
shell("pnpm publish --no-git-checks", { cwd: pkg.path })

if (alias) rewritePackageJsonName(pkg.packageJsonPath, pkg.name)
}
Expand Down

0 comments on commit 20385b1

Please sign in to comment.