Skip to content

Commit

Permalink
removed unused consola log
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Apr 10, 2024
1 parent 6ebefba commit 1220b0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vitepress/scripts/web-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export async function generateWebClientDocs() {
// Rebuild docs

consola.info(`Generating Web-Client docs ${packageVersion} ...`)
execSync('pnpm run build:web-client && echo "Done"', { stdio: 'inherit' })
consola.log('done 2')
execSync('pnpm run build:web-client', { stdio: 'inherit' })

// Update entry file with frontmatter to disable the "next" footer button
const entryFile = join(__dirname, '../../build/web-client/index.md')
Expand Down

0 comments on commit 1220b0f

Please sign in to comment.