From efeee39973a73cb17729f8ab80f39b0a55bc8a79 Mon Sep 17 00:00:00 2001 From: jianghurong Date: Fri, 17 Nov 2023 18:26:57 +0800 Subject: [PATCH] feat: Gulpfile update --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 99eabfcb4..8cafb4cf8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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])); };