Skip to content

Commit

Permalink
feat(package): setup lerna-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagith committed Oct 8, 2024
1 parent ef1638b commit c457bfe
Show file tree
Hide file tree
Showing 4 changed files with 1,858 additions and 343 deletions.
8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": ["packages/*"],
"npmClient": "pnpm",
"version": "0.0.4",
"conventionalCommits": true,
"changelogPreset": "conventionalcommits"
}
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@coldrun/monorepo-typescript",
"private": true,
"version": "0.0.4",
"author": "Coldrun <[email protected]>",
"type": "module",
"packageManager": "[email protected]",
Expand All @@ -14,17 +13,18 @@
"dev": "pnpm -r --parallel run dev",
"build": "pnpm -r run build",
"build:docker": "pnpm -r --stream run build:docker",
"clean": "rimraf --glob packages/*/dist temp .eslintcache",
"clean": "rimraf --glob node_modules packages/*/node_modules packages/*/dist temp .eslintcache",
"format": "prettier . --write --ignore-unknown",
"lint": "eslint --cache .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.js",
"bump": "lerna version --sync-workspace-lock",
"postinstall": "simple-git-hooks"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/version": "^3.9.2",
"@types/node": "^20.16.5",
"conventional-changelog-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -34,11 +34,8 @@
"just-pnpm": "^1.0.2",
"lint-staged": "^15.2.10",
"minimist": "^1.2.8",
"picocolors": "^1.1.0",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"typescript": "~5.5.4",
"typescript-eslint": "^8.5.0"
Expand Down
Loading

0 comments on commit c457bfe

Please sign in to comment.