Skip to content

Commit

Permalink
chore: add repo url to pkg.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 21, 2023
1 parent aeb5d34 commit 697777c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"buildCmd": "yarn build && yarn test",
"npmFetch": true,
"changelog": "changelog"
},
"repository": {
"url": "git+https://github.com/semrel-extra/demo-zx-bulk-release"
}
}
3 changes: 3 additions & 0 deletions packages/b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"scripts": {
"build": "cp index.js bundle.js",
"test": "node ./index.js"
},
"repository": {
"url": "git+https://github.com/semrel-extra/demo-zx-bulk-release"
}
}
3 changes: 3 additions & 0 deletions packages/c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"dependencies": {
"@semrel-extra/zxbr-test-a": "workspace:^",
"@semrel-extra/zxbr-test-d": "workspace:~"
},
"repository": {
"url": "git+https://github.com/semrel-extra/demo-zx-bulk-release"
}
}
3 changes: 3 additions & 0 deletions packages/d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
},
"dependencies": {
"@semrel-extra/zxbr-test-a": "workspace:*"
},
"repository": {
"url": "git+https://github.com/semrel-extra/demo-zx-bulk-release"
}
}

0 comments on commit 697777c

Please sign in to comment.