Skip to content

Commit

Permalink
renamed _version to .version
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Apr 10, 2024
1 parent 96b4e6e commit c0e5e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/scripts/web-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function generateWebClientDocs() {
const packageVersion = JSON.parse(readFileSync(join(__dirname, '../../node_modules/@nimiq/core-web/package.json'), 'utf-8')).version as string

// Read package version of generated docs, if already built
const versionFile = join(__dirname, '../../build/web-client/_version')
const versionFile = join(__dirname, '../../build/web-client/.version')
if (existsSync(versionFile)) {
const generatedVersion = readFileSync(versionFile, 'utf-8')

Expand Down

0 comments on commit c0e5e81

Please sign in to comment.