mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-10 16:20:59 +00:00
Co-authored-by: Andrew-Chen-Wang <Andrew-Chen-Wang@users.noreply.github.com> Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
7 lines
74 B
Bash
7 lines
74 B
Bash
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
set -o nounset
|
|
|
|
make livehtml
|