Skip to content

Commit 3270b85

Browse files
add comments
1 parent 37424f9 commit 3270b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/utils/story.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function skipStory(story, config) {
55
return true;
66
}
77

8+
// skip story if it's docs for version 8
89
if(story.type && story.type === 'docs'){
910
return true;
1011
}

0 commit comments

Comments
 (0)