Skip to content

Commit

Permalink
fix: run release in each package
Browse files Browse the repository at this point in the history
The latest version of aegir ships with semantic-release-monorepo which should be run in each package, not the root.
  • Loading branch information
achingbrain authored Aug 9, 2024
1 parent 73b36f2 commit b47cfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"lint": "aegir run lint",
"dep-check": "aegir run dep-check",
"release": "run-s build docs:no-publish npm:release docs",
"npm:release": "aegir release",
"npm:release": "aegir run release",
"docs": "aegir docs",
"docs:no-publish": "aegir docs --publish false"
},
Expand Down

0 comments on commit b47cfc1

Please sign in to comment.