Skip to content

Commit

Permalink
chore: change lerna command names
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Mar 27, 2024
1 parent 4c5b672 commit 6e0f595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"dev": "lerna run dev --parallel",
"format": "pnpm lint-fix",
"format-pkg": "pnpm sort-package-json package.json packages/*/package.json examples/*/package.json",
"lerna-publish": "pnpm quality-checks && lerna publish --no-private",
"lerna-release": "pnpm version:publish",
"lerna-version": "lerna version --no-private --conventional-commits --create-release github",
"lint": "pnpm lint-biome",
"lint-biome": "biome lint . --max-diagnostics 50",
"lint-biome-fix": "biome check --max-diagnostics 50 --apply .",
Expand All @@ -26,10 +29,7 @@
"test": "jest",
"test:ci": "jest --ci --coverage",
"test:coverage": "jest --coverage",
"type-check": "lerna run type-check",
"version:bump": "lerna version --no-private --conventional-commits --create-release github",
"version:publish": "lerna publish --no-private",
"version:release": "pnpm version:publish"
"type-check": "lerna run type-check"
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
Expand Down

0 comments on commit 6e0f595

Please sign in to comment.