Update build configuration files
This commit is contained in:
parent
29d082b58c
commit
84ba3b1d42
2 changed files with 30 additions and 1 deletions
4
run
4
run
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue