Skip to content

Commit

Permalink
fix(analyze): don't override analyze options (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 23, 2023
1 parent 25c3dfe commit a7d5461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineCommand({
rootDir: cwd,
overrides: defu(ctx.data?.overrides, {
build: {
analyze: true,
analyze: { enabled: true },
},
analyzeDir,
buildDir,
Expand Down

0 comments on commit a7d5461

Please sign in to comment.