Skip to content

Commit

Permalink
testing if command can be set in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Jan 24, 2024
1 parent 12a5bf4 commit 5b8d090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"publish-manifest": "npm --workspace packages/tailwind publish --access public",

"release": "npm-run-all --continue-on-error release-*",
"release-apps": "npm run release --workspace packages/bootstrap",
"release-manifest": "npm run release --workspace packages/tailwind"
"release-apps": "npx semantic-release -e semantic-release-monorepo --workspace packages/bootstrap",
"release-manifest": "npx semantic-release -e semantic-release-monorepo --workspace packages/tailwind"
},
"private": true,
"workspaces": {
Expand Down

0 comments on commit 5b8d090

Please sign in to comment.