diff --git a/scripts/deploy b/scripts/deploy index 9a87aef8..25fd306d 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -126,7 +126,7 @@ const run = async () => { LOG(`${figures.arrowRight} .env`); LOG(JSON.stringify(Object.keys(env), null, 2)); - // return series([login(env), build(env), logout(env), deploy(env)]); + return series([login(env), build(env), logout(env), deploy(env)]); }; LOG(`${figures.arrowRight} DEPLOY`);