From 6a2db266e40d0c9141990ab8b99b8e09f6c318ff Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Thu, 3 Nov 2022 00:19:09 -0400 Subject: [PATCH] Add CI release to ContentDB --- scripts/deploy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.js b/scripts/deploy.js index f215b0a..279d2b8 100644 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -21,11 +21,11 @@ try { }) const data = await response.json() + console.log(data) + if (!data.succes) { process.exit(1) } - - console.log(data) } catch (error) { console.log(error) process.exit(1)