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