From 1a1ac18a9561519d23aa9095cd94cb0b41c3846b Mon Sep 17 00:00:00 2001 From: "LAPTOP-4ONCPGNL\\Mtran" Date: Wed, 4 Dec 2019 22:38:52 +1100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Lint=20error=20fixes=20fo?= =?UTF-8?q?r=20the=20release.config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/mitch-datasource/release.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/mitch-datasource/release.config.js b/projects/mitch-datasource/release.config.js index c5f088b..88f74df 100644 --- a/projects/mitch-datasource/release.config.js +++ b/projects/mitch-datasource/release.config.js @@ -24,9 +24,9 @@ module.exports = { }], // Execute additional command to deploy docs to netlify, // using the netlify-cli - ["@semantic-release/exec", { - "publishCmd" : "npx netlify-cli deploy --dir docs/ --prod --message \"Automated Deployment by CircleCI\"" - }] + ['@semantic-release/exec', { + publishCmd: 'npx netlify-cli deploy --dir docs/ --prod --message "Automated Deployment by semantic-release in Circle CI"', + }], ], debug: true, };