Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 23, 2023
1 parent 3e8fb3a commit 38c6cdc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
buildCmd: 'yarn build',
publishCmd: 'yarn',
changelog: 'changelog',
npmFetch: true
}
4 changes: 2 additions & 2 deletions packages/a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"random.txt"
],
"release": {
"cmd": "yarn && yarn build && yarn test",
"fetch": true,
"buildCmd": "yarn build && yarn test",
"npmFetch": true,
"changelog": "changelog"
}
}
3 changes: 2 additions & 1 deletion packages/c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test": "node ./index.js"
},
"release": {
"cmd": "yarn && yarn build && yarn test",
"buildCmd": "yarn build && yarn test",
"publishCmd": "yarn",
"ghPages": "gh-pages docs c",
"npmFetch": true,
"changelog": "changelog"
Expand Down

0 comments on commit 38c6cdc

Please sign in to comment.