Skip to content

Commit 71575db

Browse files
committed
fix(gulp): remove help command
1 parent 170a11d commit 71575db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/edition-node-gulp/gulpfile.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ gulp.task('patternlab:version', function() {
3737
patternlab.version();
3838
});
3939

40-
gulp.task('patternlab:help', function() {
41-
patternlab.help();
42-
});
43-
4440
gulp.task('patternlab:patternsonly', function() {
4541
patternlab.patternsonly(config.cleanPublic);
4642
});

0 commit comments

Comments
 (0)