Skip to content

Commit

Permalink
fix(release): fix-wxcc-npm-bundle (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Shreyas Sharma <shreysh2@cisco.com>
  • Loading branch information
Shreyas281299 and ShreyasSharma28 authored Nov 18, 2024
1 parent 24a180c commit 2e7c2f9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@
[
"@semantic-release/exec",
{
"prepareCmd": "node publish.js @webex/cc-user-state eft-pipeline"
"prepareCmd": "node publish.js @webex/cc-store eft-pipeline"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "node publish.js @webex/cc-station-login eft-pipeline"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "node publish.js @webex/cc-user-state wxcc"
}
],
[
Expand Down

0 comments on commit 2e7c2f9

Please sign in to comment.