Update build configuration files

This commit is contained in:
Oliver Davies 2024-01-31 09:12:48 +00:00
parent 29d082b58c
commit 84ba3b1d42
2 changed files with 30 additions and 1 deletions

4
run
View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
set -o errexit
set -o nounset
set -o pipefail
@ -16,7 +18,7 @@ function generate {
args=(--server --watch)
fi
sculpin generate "${args[@]}"
sculpin generate "${args[@]}" "${@}"
}
function help {