Fixed script.

pull/2065/head
Mike Cao 2023-05-16 20:46:15 -07:00
parent 19ac0fce36
commit 2259d4fae5
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ function checkMissing(vars) {
if (!process.env[key]) {
arr.push(key);
}
return arr;
}, []);
if (missing.length) {