Skip to content

Commit

Permalink
feat: triggering gh packages release [] (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
aodhagan-cf authored Jan 23, 2024
1 parent 50a44e7 commit 406165e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
- yarn_install
- run: yarn build
- run: yarn lerna:version
# - run: yarn lerna version --no-private --conventional-commits --create-release github --yes
- run: yarn lerna version patch --force-publish --no-private --create-release github --yes
- run: yarn lerna publish from-git --yes

compressed-size:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"prettier": "prettier './**/*.{js,jsx,ts,tsx,md,mdx}' --write",
"prettier:check": "prettier --check '**/*.{jsx,js,ts,tsx,md,mdx}'",
"prebuild": "lerna run prebuild",
"lerna:version": "lerna version --no-private --conventional-commits --create-release github --yes",
"start": "lerna run start",
"test": "lerna run test",
"prepare": "husky install"
Expand Down

0 comments on commit 406165e

Please sign in to comment.