Skip to content

Commit

Permalink
ci: run semantic-release-monorepo in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Nov 7, 2023
1 parent 2109d4e commit 65f8c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format": "prettier --plugin-search-dir . --write .",
"prepare": "husky install",
"commit": "cz",
"publish": "cd packages/carta-md && npx --no-install semantic-release -e semantic-release-monorepo"
"publish": "pnpm -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo"
},
"devDependencies": {
"@types/node": "^18.16.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/carta-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./light.css": "./dist/light.css",
"./dark.css": "./dist/dark.css"
},
"version": "2.8.0",
"version": "3.0.0",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
Expand Down

0 comments on commit 65f8c98

Please sign in to comment.