Skip to content

Commit 1f5c2b5

Browse files
committed
fix(release): add plugins to cleanup postinstall
1 parent aa5159f commit 1f5c2b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@
3030
"main"
3131
]
3232
},
33+
"plugins": [
34+
"@semantic-release/commit-analyzer",
35+
"@semantic-release/release-notes-generator",
36+
"@semantic-release/changelog",
37+
[
38+
"@semantic-release/exec",
39+
{
40+
"publishCmd": "yarn dlx pinst --disable"
41+
}
42+
],
43+
"@semantic-release/npm",
44+
"@semantic-release/git"
45+
],
3346
"devDependencies": {
3447
"@commitlint/cli": "^17.7.1",
3548
"@commitlint/config-conventional": "^17.7.0",

0 commit comments

Comments
 (0)