Skip to content

Commit

Permalink
fix(release): add missing yarn lock update script hack
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Jul 30, 2024
1 parent 4ade580 commit 99ce78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"test:ci": "yarn run test:spec:ci && yarn run test:e2e:ci",
"test:e2e:ci": "lerna run --stream --concurrency 1 test:e2e:ci",
"test:spec:ci": "lerna run --stream --concurrency 1 test:spec:ci",
"version": "yarn install && git add yarn.lock && echo \"more info, see: https://github.com/lerna/lerna/issues/2891#issuecomment-953823502\"",
"version:graduate": "lerna version --conventional-commits --exact --force-publish --conventional-graduate",
"version:major": "lerna version major --conventional-commits --exact --force-publish",
"version:minor": "lerna version minor --conventional-commits --exact --force-publish",
Expand Down

0 comments on commit 99ce78d

Please sign in to comment.