Skip to content

Commit

Permalink
tests(*): pnpm needs a new flag for our CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed May 29, 2020
1 parent 878bae6 commit 708a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ async function publishPackages(
if (process.env.BUILDKITE) {
await run(pkgDir, `pnpm run build`, dryRun)
}
await run(pkgDir, `pnpm publish --tag ${tag}`, dryRun)
await run(pkgDir, `pnpm publish --no-git-checks --tag ${tag}`, dryRun)
}
}

Expand Down

0 comments on commit 708a14d

Please sign in to comment.