Skip to content
Snippets Groups Projects
Commit 6eb54f34 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

chore: type version const

parent 920d607b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ async function createVersionsFile(filename: string) {
const content = dedent`
// this file is automatically generated by git.version.ts script
export const versions = {
export const versions: Versions = {
version: "${process.env.npm_package_version}",
revision: "${revision}",
branch: "${branch}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment