aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.babel.js')
-rw-r--r--gulpfile.babel.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index aef96b4e4..54d200b14 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -41,7 +41,10 @@ const paths = {
41 scripts: { 41 scripts: {
42 src: 'src/**/*.js', 42 src: 'src/**/*.js',
43 dest: 'build/', 43 dest: 'build/',
44 watch: 'src/**/*.js', 44 watch: [
45 'packages/**/*.js',
46 'src/**/*.js',
47 ],
45 }, 48 },
46}; 49};
47 50