feat(build): pass --verbose to tauri build

This commit is contained in:
Noah Klayman
2020-07-26 15:41:31 -07:00
parent f79d170e5a
commit ad72b10d99

View File

@@ -88,7 +88,8 @@ module.exports = (api, options) => {
devPath: ' ',
distDir: '../dist_tauri/bundled'
},
ctx: { debug: args.debug }
ctx: { debug: args.debug },
verbose: args.verbose
})
}
)