Skip to content
Snippets Groups Projects
Commit a93b90e7 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: watch sw

parent f8cf5c47
No related branches found
No related tags found
1 merge request!198Web manifest generation + Core 0.13
Pipeline #8336 canceled
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
"watch:i18n": "npm-watch build:i18n", "watch:i18n": "npm-watch build:i18n",
"watch:font": "npm-watch copy:font", "watch:font": "npm-watch copy:font",
"watch:image": "npm-watch copy:image", "watch:image": "npm-watch copy:image",
"watch:sw": "npm-watch copy:sw",
"cypress:open": "cypress open", "cypress:open": "cypress open",
"cypress:verify": "cypress verify", "cypress:verify": "cypress verify",
"cypress:info": "cypress info", "cypress:info": "cypress info",
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
"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",
"build:js": "src/scripts/*.js", "build:js": "src/scripts/*.js",
"build:jscomponents": "src/components/*.js" "build:jscomponents": "src/components/*.js"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment