Skip to content

Commit a915e82

Browse files
committed
fix(ci): use semantic-release/npm to publish changes to npmjs
Signed-off-by: Kengo TODA <toda_k@henry.jp>
1 parent 5d14c29 commit a915e82

2 files changed

Lines changed: 2 additions & 31 deletions

File tree

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@jest/transform": "29.7.0",
3939
"@jest/types": "29.6.3",
4040
"@semantic-release/changelog": "6.0.3",
41-
"@semantic-release/exec": "7.1.0",
4241
"@semantic-release/git": "10.0.1",
4342
"@semantic-release/npm": "13.1.3",
4443
"@types/signale": "1.4.7",
@@ -72,18 +71,11 @@
7271
"path": "@semantic-release/changelog",
7372
"changelogFile": "CHANGELOG.md"
7473
},
75-
{
76-
"path": "@semantic-release/npm",
77-
"npmPublish": false,
78-
"tarballDir": "dist"
79-
},
74+
"@semantic-release/npm",
8075
"@semantic-release/git"
8176
],
8277
"publish": [
83-
{
84-
"path": "@semantic-release/exec",
85-
"publishCmd": "npm publish ./dist/*.tgz"
86-
},
78+
"@semantic-release/npm",
8779
"@semantic-release/github"
8880
],
8981
"generateNotes": [

pnpm-lock.yaml

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)