Skip to content

Commit 4d5e18d

Browse files
committedJul 8, 2020
chore(release): don't update examples right after release
The `afterRelease` hook happens too soon and is triggered before the new version of the library is published to npm, resulting in an error.
1 parent b527c3b commit 4d5e18d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.release-it.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"increment": "conventional:angular",
33
"scripts": {
4-
"beforeStart": "yarn run lint && yarn run test --colors && yarn run build && yarn run test:size && yarn run test:cypress",
5-
"afterRelease": "yarn run release:examples"
4+
"beforeStart": "yarn run lint && yarn run test --colors && yarn run build && yarn run test:size && yarn run test:cypress"
65
},
76
"git": {
87
"requireUpstream": false,

0 commit comments

Comments
 (0)
Please sign in to comment.