Skip to content

Commit 49b515b

Browse files
committed
fix: assets bundler args not passed in Bundler
1 parent 98fe022 commit 49b515b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class Bundler {
7171
await run(this.#cwd, {
7272
stdio: 'inherit',
7373
script: assetsBundler.cmd,
74-
scriptArgs: [],
74+
scriptArgs: assetsBundler.args,
7575
})
7676
return true
7777
} catch {

0 commit comments

Comments
 (0)