update templates, recipe
This commit is contained in:
parent
9d38ed70fb
commit
8585f25816
3 changed files with 17 additions and 1 deletions
5
justfile
5
justfile
|
@ -1,3 +1,8 @@
|
|||
build:
|
||||
@just run build
|
||||
serve:
|
||||
@just run build
|
||||
@just run serve
|
||||
run arg:
|
||||
#!/bin/sh
|
||||
if [ -d "public" ] && [ "{{arg}}" = "build" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue