Skip to content

Commit

Permalink
fix: 🐛 Lint error fixes for the release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
deltoss committed Dec 4, 2019
1 parent 56d09ae commit 1a1ac18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/mitch-datasource/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

0 comments on commit 1a1ac18

Please sign in to comment.