fix(flakes): skip ntl dev

This commit is contained in:
Harsh Shandilya 2022-12-23 16:07:21 +05:30
parent 5a7d84b600
commit fadb1c9899
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
{
name = "dev";
category = "development";
command = "yarn exec ntl dev";
command = "hugo server -D";
help = "Run the Hugo development server";
}
{