Skip to content

Commit

Permalink
Export getUncommittedHash as part of Node module
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Aug 11, 2023
1 parent d477d2c commit 5889948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node-src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ export async function getGitInfo(): Promise<GitInfo> {

return { branch, commit, slug: isValidSlug ? slug : '' };
}

export { getUncommittedHash } from './git/git';

0 comments on commit 5889948

Please sign in to comment.