Skip to content

Commit

Permalink
feat: Gulpfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghurong committed Nov 17, 2023
1 parent 4a07d70 commit efeee39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ var watching = function() {
'__tests__/git.spec.js',
'src/js/**/*.js',
'src/js/**/**/*.js',
'src/js/**/*.jsx',
'src/levels/**/*.js'
], series([fastBuild , jasmine, jshint, lintStrings]));
};
Expand Down

0 comments on commit efeee39

Please sign in to comment.