Skip to content

Commit

Permalink
chore(publish): write commit to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 9, 2020
1 parent 77f66f3 commit d462c13
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 @@ -806,7 +806,7 @@ async function publishPackages(
if (pkgName === '@prisma/cli') {
const latestCommit = await getLatestCommit('.')
await writeToPkgJson(pkgDir, (pkg) => {
pkg.prisma.prismaCommit = latestCommit
pkg.prisma.prismaCommit = latestCommit.hash
})
}

Expand Down

0 comments on commit d462c13

Please sign in to comment.