chore: fix components packaging script

This commit is contained in:
Mo
2022-06-17 16:24:08 -05:00
parent a6ddb5a348
commit 7dcd5abe20

View File

@@ -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())