fix: watcher

This commit is contained in:
Jean-Baptiste Pasquier 2020-11-19 16:27:11 +01:00
parent 58f6966ffa
commit 9fff8975de
No known key found for this signature in database
GPG Key ID: CC04B91B949C163A
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@
"test": "cypress run" "test": "cypress run"
}, },
"watch": { "watch": {
"build:css": "src/styles/*", "build:css": "src/styles/**/*",
"build:manifest": "make-webmanifest.mjs", "build:manifest": "make-webmanifest.mjs",
"build:i18n": "src/locales/*", "build:i18n": "src/locales/**/*",
"copy:images": "src/fonts/*.js", "copy:images": "src/fonts/*.js",
"copy:fonts": "src/images/*.js", "copy:fonts": "src/images/*.js",
"copy:sw": "src/sw.js", "copy:sw": "src/sw.js",