Fixing Watcher

This commit is contained in:
reverend 2021-10-18 15:59:32 +02:00
parent 7eb19a147c
commit 0f909daeff
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"sass-loader": "^10.0.5"
},
"scripts": {
"sass": "node-sass -w components/main.scss -o public/ --recursive",
"sass": "sass components/main.scss public/main.css --watch",
"styleguide": "fractal start --sync",
"suite": "npm run sass & npm run styleguide"
}