Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit ad72b10

Browse files
committed
feat(build): pass --verbose to tauri build
1 parent f79d170 commit ad72b10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ module.exports = (api, options) => {
8888
devPath: ' ',
8989
distDir: '../dist_tauri/bundled'
9090
},
91-
ctx: { debug: args.debug }
91+
ctx: { debug: args.debug },
92+
verbose: args.verbose
9293
})
9394
}
9495
)

0 commit comments

Comments
 (0)