diff --git a/npm/src/index.js b/npm/src/index.js index 903e3ccefb..88af275c1f 100644 --- a/npm/src/index.js +++ b/npm/src/index.js @@ -73,7 +73,7 @@ export const firstTimeExperienceSetup = async () => { ) } - if (spawnArgs != null) { + if (spawnArgs.length) { console.log("# Checking build dependencies...") // @ts-ignore const child = spawn(...spawnArgs)