Skip to content

Commit

Permalink
Merge pull request #2344 from prince-deriv/update-publish-workflow-1
Browse files Browse the repository at this point in the history
chore: update directory
  • Loading branch information
prince-deriv authored Dec 23, 2024
2 parents 86e41f7 + 65fd1e1 commit e8d1fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/scripts/packages/marketing/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export default {
[
"@semantic-release/exec",
{
prepareCmd: "cd public/scripts/packages/marketing && npm run build",
publishCmd: "cd public/scripts/packages/marketing && npm run publish",
prepareCmd: "npm run build",
publishCmd: "npm run publish",
},
],
[
Expand Down

0 comments on commit e8d1fa6

Please sign in to comment.