diff --git a/package.json b/package.json index 5999989f..84687460 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "scripts": { "build": "webpack", - "watch": "chokidar src --initial --silent -i 'src/excmds_{background,content}.ts' -i 'src/static/docs' -c 'webpack --display errors-only'", + "watch": "chokidar src scripts --initial --silent -i 'src/excmds_{background,content}.ts' -i 'src/static/docs' -c 'webpack --display errors-only'", "clean": "rm -rf build", "test": "npm run build && jest --silent", "update-buildsystem": "rm -rf src/node_modules; npm run clean"