chore: fix components packaging script
This commit is contained in:
@@ -138,7 +138,7 @@ const packageFeature = async ({ feature, noZip }) => {
|
||||
}
|
||||
|
||||
await (async () => {
|
||||
const args = process.argv[2]
|
||||
const args = process.argv[2] || ''
|
||||
const noZip = args.includes('--no-zip')
|
||||
|
||||
const featuresToProcess = GetFeatures().concat(GetDeprecatedFeatures())
|
||||
|
||||
Reference in New Issue
Block a user