Skip to content

Commit

Permalink
fix(pkg): semantic-release change to other way
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jan 4, 2024
1 parent 682a82c commit 9580432
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 70 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaces": ["packages/*"],
"scripts": {
"lint": "smartlint",
"semantic-release": "pnpm -r --workspace-concurrency=1 exec semantic-release -e semantic-release-monorepo-esm",
"semantic-release": "pnpm -r --workspace-concurrency=1 exec semantic-release -e @lomray/semantic-release-monorepo",
"prepare": "husky install"
},
"repository": {
Expand All @@ -31,7 +31,7 @@
"lint-staged": "^15.2.0",
"oxlint": "^0.0.22",
"semantic-release": "^22.0.12",
"semantic-release-monorepo-esm": "1.0.12",
"@lomray/semantic-release-monorepo": "1.0.1",
"smartlint": "workspace:^",
"typescript": "^5.3.3"
}
Expand Down
155 changes: 87 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9580432

Please sign in to comment.