mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
⚙️ Updates justfile config
This commit is contained in:
parent
c497661beb
commit
dd8772562e
10
justfile
10
justfile
|
@ -8,13 +8,19 @@
|
|||
just toc
|
||||
bundle exec jekyll build
|
||||
|
||||
@down:
|
||||
just down
|
||||
|
||||
@lint:
|
||||
-curlylint _layouts/
|
||||
-npx awesome-lint README.md
|
||||
|
||||
@serve:
|
||||
modd --file=modd.conf
|
||||
bundle exec jekyll serve --drafts --watch --port 8000
|
||||
# modd --file=modd.conf
|
||||
just up ""
|
||||
|
||||
@up *ARGS="-d":
|
||||
docker-compose up {{ ARGS }}
|
||||
|
||||
@toc:
|
||||
npx doctoc README.md
|
||||
|
|
Loading…
Reference in New Issue
Block a user