Skip to content

Commit d252e72

Browse files
committed
Revert "ci(release-it): publish package in the end"
This reverts commit 7cc17fc.
1 parent f3c0d30 commit d252e72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.release-it.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"requireCleanWorkingDir": true
77
},
88
"npm": {
9-
"publish": false,
9+
"publish": true,
1010
"skipChecks": false
1111
},
1212
"github": {
@@ -22,7 +22,6 @@
2222
},
2323
"hooks": {
2424
"before:init": ["npm run lint:all", "npm run test"],
25-
"after:bump": "npm run build",
26-
"after:release": "npm publish"
25+
"after:bump": "npm run build"
2726
}
2827
}

0 commit comments

Comments
 (0)