Skip to content

Commit

Permalink
build(lerna): evaluate lerna-lite migration
Browse files Browse the repository at this point in the history
Fixes hyperledger#1890
Depends on hyperledger#2096

Signed-off-by: john.h.o.mantaring-at-475704139995 <john.h.o.mantaring@accenture.com>
  • Loading branch information
johnhomantaring committed Jul 20, 2022
1 parent 59b4af4 commit 20de830
Show file tree
Hide file tree
Showing 2 changed files with 499 additions and 1,099 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -65,7 +65,7 @@
"changelog": "conventional-changelog --infile CHANGELOG.md --outfile CHANGELOG.md && git add CHANGELOG.md",
"commit": "git-cz --signoff",
"prettier": "prettier --write --config .prettierrc.json \"./**/*.{ts,js}\"",
"version": "npm ci && lerna clean --yes && lerna bootstrap && npm run build:dev && npm run build:prod && npm run test:unit",
"version": "npm ci && npm run build:dev && npm run build:prod && npm run test:unit",
"lerna-publish-canary": "npm run run-ci && lerna publish --canary --force-publish --dist-tag $(git branch --show-current) --preid $(git branch --show-current).$(git rev-parse --short HEAD)",
"lerna-publish": "lerna publish --conventional-commits --sign-git-commit --sign-git-tag",
"prepare": "husky install"
Expand All @@ -74,6 +74,10 @@
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@openapitools/openapi-generator-cli": "2.4.14",
"@lerna-lite/cli": "1.4.0",
"@lerna-lite/exec": "1.4.0",
"@lerna-lite/list": "1.4.0",
"@lerna-lite/run": "1.4.0",
"@types/fs-extra": "9.0.12",
"@types/jasminewd2": "2.0.10",
"@types/jest": "27.5.0",
Expand Down Expand Up @@ -117,7 +121,6 @@
"karma-electron": "7.0.0",
"karma-tap": "4.2.0",
"karma-webpack": "5.0.0",
"lerna": "4.0.0",
"lint-staged": "11.1.2",
"make-dir-cli": "3.0.0",
"node-polyfill-webpack-plugin": "1.1.4",
Expand Down

0 comments on commit 20de830

Please sign in to comment.