Skip to content

Commit

Permalink
chore: disable compact JSON API generation with types build
Browse files Browse the repository at this point in the history
still available in the full build which is meant for production
  • Loading branch information
yusufkandemir committed Mar 1, 2024
1 parent 0c0abe2 commit 7e49a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/build/script.build.javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const runBuild = {
async types () {
prepareDiff('dist/types/index.d.ts')

const api = await require('./build.api').generate({ compact: true })
const api = await require('./build.api').generate()

const quasarLangIndex = await require('./build.lang').generate()
require('./build.types').generate({ api, quasarLangIndex })
Expand Down

0 comments on commit 7e49a63

Please sign in to comment.