Skip to content

Commit

Permalink
build(release): remove semantic-release/npm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 30, 2024
1 parent 1e328d2 commit 15f9412
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/epo-react-lib/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const release = {
},
],
["@semantic-release/github"],
[
"@semantic-release/npm",
{
pkgRoot: "tempPublish",
},
],
// [
// "@semantic-release/npm",
// {
// pkgRoot: "tempPublish",
// },
// ],
],
};

Expand Down

0 comments on commit 15f9412

Please sign in to comment.