Skip to content

Commit 2038a01

Browse files
committed
chore: double @semantic-release/npm to update root package.json
1 parent 6f79530 commit 2038a01

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

release.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ module.exports = {
1111
"@semantic-release/commit-analyzer",
1212
"@semantic-release/release-notes-generator",
1313
"@semantic-release/changelog",
14+
["@semantic-release/npm", { npmPublish: false }],
1415
["@semantic-release/npm", { pkgRoot: "dist" }],
15-
[
16-
"@semantic-release/exec",
17-
{ prepareCmd: "node scripts/postversion.js -v ${nextRelease.version}" },
18-
],
1916
"@semantic-release/git",
2017
"@semantic-release/github",
2118
],

scripts/postversion.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)