workflow: fix build script formats flags
This commit is contained in:
parent
26ff9b29f9
commit
8fef446257
@ -53,7 +53,7 @@ async function build(target) {
|
||||
'--environment',
|
||||
`NODE_ENV:production,` +
|
||||
`TARGET:${target}` +
|
||||
(formats ? `FORMATS:${formats}` : ``)
|
||||
(formats ? `,FORMATS:${formats}` : ``)
|
||||
],
|
||||
{ stdio: 'inherit' }
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user