We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fe022 commit 49b515bCopy full SHA for 49b515b
src/bundler.ts
@@ -71,7 +71,7 @@ export class Bundler {
71
await run(this.#cwd, {
72
stdio: 'inherit',
73
script: assetsBundler.cmd,
74
- scriptArgs: [],
+ scriptArgs: assetsBundler.args,
75
})
76
return true
77
} catch {
0 commit comments