Skip to content

Commit

Permalink
feat: enable changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 27, 2022
1 parent a67985c commit e867551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"random.txt"
],
"release": {
"buildCmd": "yarn && yarn build",
"testCmd": "yarn test",
"fetch": true
"cmd": "yarn && yarn build && yarn test",
"fetch": true,
"changelog": "changelog"
}
}
8 changes: 4 additions & 4 deletions packages/c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"test": "node ./index.js"
},
"release": {
"buildCmd": "yarn && yarn build",
"testCmd": "yarn test",
"ghPages": "docs gh-pages c",
"fetch": true
"cmd": "yarn && yarn build && yarn test",
"ghPages": "gh-pages docs c",
"npmFetch": true,
"changelog": "changelog"
},
"dependencies": {
"@semrel-extra/zxbr-test-a": "workspace:^",
Expand Down

0 comments on commit e867551

Please sign in to comment.