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 0c914ce commit 8a83e75Copy full SHA for 8a83e75
release.config.js
@@ -13,7 +13,7 @@ module.exports = {
13
"@semantic-release/changelog",
14
["@semantic-release/npm", { npmPublish: false }],
15
// rebuild so that new version is respected
16
- ["@semantic-release/exec", { prepare: "yarn build" }],
+ ["@semantic-release/exec", { prepareCmd: "yarn build" }],
17
["@semantic-release/npm", { pkgRoot: "dist" }],
18
"@semantic-release/git",
19
"@semantic-release/github",
0 commit comments