Skip to content

Commit

Permalink
fix: also publish the dist-dynamic packages (#1006)
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <[email protected]>
  • Loading branch information
davidfestal authored Dec 7, 2023
1 parent b9f6288 commit ac8d517
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
"successComment": false,
"releasedLabels": false
}
],
[
"@semantic-release/exec",
{
"successCmd": "if [ -d 'dist-dynamic' ]; then echo 'publishing backend derived package ...' && cd dist-dynamic && npm publish --ignore-scripts --access public ; fi"
}
]
]
}
Expand Down

0 comments on commit ac8d517

Please sign in to comment.