mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
fixed scss task not running
This commit is contained in:
parent
c0a6fc2430
commit
8cba5120c3
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ task(
|
|||
);
|
||||
|
||||
task("watch", function () {
|
||||
watch("./src/styles/**/*.scss", series("sass"));
|
||||
watch("./src/styles/*.scss", series("sass"));
|
||||
watch(
|
||||
["./src/scripts/**/*.js", "./src/scripts/**/*.ts"],
|
||||
series("lint", "webpack")
|
||||
|
|
Loading…
Reference in a new issue