Update scripts

This commit is contained in:
Oliver Davies 2019-03-01 11:28:46 +00:00
parent be49e3fde1
commit 9ced1aeb81
3 changed files with 4 additions and 2 deletions

View file

@ -2,4 +2,4 @@
. scripts/common.sh . scripts/common.sh
${SCRIPTDIR}/../vendor/bin/sculpin generate --clean --no-interaction $@ $SCULPIN generate --clean --no-interaction $@

View file

@ -6,3 +6,5 @@ realpath() {
SCRIPTPATH=$(realpath "$0") SCRIPTPATH=$(realpath "$0")
SCRIPTDIR=$(dirname $SCRIPTPATH) SCRIPTDIR=$(dirname $SCRIPTPATH)
SCULPIN="$SCRIPTDIR/../vendor/bin/sculpin"

View file

@ -2,4 +2,4 @@
. scripts/common.sh . scripts/common.sh
${SCRIPTDIR}/../vendor/bin/sculpin generate --server --watch --clean --no-interaction $@ $SCULPIN generate --server --watch --clean --no-interaction $@