Skip to content

Commit

Permalink
build: re-order create-snippet-instructions.js (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooohhn authored Jan 18, 2022
1 parent 6abb957 commit cb84411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ module.exports = {
}],
"@semantic-release/npm",
["@semantic-release/exec", {
"prepareCmd": "make release",
"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}",
"failCmd": "npm unpublish amplitude-js@${nextRelease.version}"
}],
["@semantic-release/github", {
Expand Down

0 comments on commit cb84411

Please sign in to comment.