Skip to content

Commit

Permalink
fix: fix custom publish cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 21, 2023
1 parent 697777c commit 3ab1bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
buildCmd: 'yarn build',
publishCmd: 'yarn',
publishCmd: 'echo "common (default) publish cmd"',
changelog: 'changelog',
npmFetch: true,
npmProvenance: true
Expand Down
2 changes: 1 addition & 1 deletion packages/c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"release": {
"buildCmd": "yarn build && yarn test",
"publishCmd": "yarn",
"publishCmd": "echo 'custom publish cmd'",
"ghPages": "gh-pages docs c",
"npmFetch": true,
"changelog": "changelog"
Expand Down

0 comments on commit 3ab1bf6

Please sign in to comment.