Skip to content

Commit 9d32fec

Browse files
committed
Test by default
1 parent 8661309 commit 9d32fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ gulp.task("test", function() {
4848
.pipe(run("node"));
4949
});
5050

51-
gulp.task("default", ["jsvalidate", "docs"]);
51+
gulp.task("default", ["jsvalidate", "docs", "test"]);

0 commit comments

Comments
 (0)