We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abb957 commit cb84411Copy full SHA for cb84411
release.config.js
@@ -15,8 +15,8 @@ module.exports = {
15
}],
16
"@semantic-release/npm",
17
["@semantic-release/exec", {
18
- "prepareCmd": "make release",
19
- "publishCmd": "node scripts/create-snippet-instructions.js && python scripts/deploy_s3.py --version ${nextRelease.version}",
+ "prepareCmd": "make release && node scripts/create-snippet-instructions.js",
+ "publishCmd": "python scripts/deploy_s3.py --version ${nextRelease.version}",
20
"failCmd": "npm unpublish amplitude-js@${nextRelease.version}"
21
22
["@semantic-release/github", {
0 commit comments