Browse Source

:gear: Updates justfile config

Jeff Triplett 4 years ago
parent
commit
54163539bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      justfile

+ 1 - 0
justfile

@@ -12,6 +12,7 @@ TAILWIND_CSS_VERSION := "2.1.1"
 
 @lint:
     npx awesome-lint README.md
+
 @serve:
     modd --file=modd.conf
     bundle exec jekyll serve --drafts --watch --port 8000