Skip to content

Commit

Permalink
Merge pull request #1116 from jianghurong/feature/new-levels
Browse files Browse the repository at this point in the history
feat: Gulpfile update
  • Loading branch information
pcottle authored Nov 17, 2023
2 parents 4a07d70 + efeee39 commit 6596ee2
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 6596ee2

Please sign in to comment.