Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit c8d981e

Browse files
authored
chore: enable npm publish by default in release-it
1 parent 3278e5a commit c8d981e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"releaseName": "v${version}"
1010
},
1111
"npm": {
12+
"publish": true,
1213
"publishPath": "dist/"
1314
},
1415
"hooks": {
@@ -27,4 +28,4 @@
2728
"infile": "CHANGELOG.md"
2829
}
2930
}
30-
}
31+
}

0 commit comments

Comments
 (0)