
2 changed files with 8 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
make build |
|||
stack exec author -- "$@" |
@ -0,0 +1,4 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
make build |
|||
stack exec site "$@" |
Loading…
Reference in new issue