Fixed script.

This commit is contained in:
Mike Cao 2023-05-16 20:46:15 -07:00
parent 19ac0fce36
commit 2259d4fae5

View File

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