Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit e224483

Browse files
committed
chore: update release script
1 parent 5b39715 commit e224483

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ci": "yarn lint && yarn test && yarn build && bundlesize",
1111
"dev": "docz dev",
1212
"lint": "eslint .",
13-
"release": "lerna publish --force-publish $(conventional-recommended-bump --preset angular) && conventional-github-releaser --preset angular",
13+
"release": "lerna publish --conventional-commits --force-publish=* && conventional-github-releaser --preset angular",
1414
"test": "jest"
1515
},
1616
"bundlesize": [

β€Žpackages/core-em/package.jsonβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"prebuild": "shx rm -rf dist",
2323
"prepublishOnly": "yarn build"
2424
},
25+
"publishConfig": {
26+
"access": "public"
27+
},
2528
"dependencies": {
2629
"classnames": "^2.2.6",
2730
"polished": "^2.0.3",

β€Žpackages/core-sc/package.jsonβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"prebuild": "shx rm -rf dist",
2222
"prepublishOnly": "yarn build"
2323
},
24+
"publishConfig": {
25+
"access": "public"
26+
},
2427
"dependencies": {
2528
"classnames": "^2.2.6",
2629
"polished": "^2.0.3",

0 commit comments

Comments
Β (0)