Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit af1365f

Browse files
committed
Added source file to lint task
1 parent c374e08 commit af1365f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function runTests(singleRun, isCI, done) {
7575
gulp.task('lint', function() {
7676
return gulp.src([
7777
path.join(__dirname, '/*.js'),
78+
path.join(__dirname, '/src/*.js'),
7879
path.join(__dirname, '/test/*.js')
7980
],
8081
{

0 commit comments

Comments
 (0)