Update scripts
This commit is contained in:
parent
be49e3fde1
commit
9ced1aeb81
|
@ -2,4 +2,4 @@
|
|||
|
||||
. scripts/common.sh
|
||||
|
||||
${SCRIPTDIR}/../vendor/bin/sculpin generate --clean --no-interaction $@
|
||||
$SCULPIN generate --clean --no-interaction $@
|
||||
|
|
|
@ -6,3 +6,5 @@ realpath() {
|
|||
|
||||
SCRIPTPATH=$(realpath "$0")
|
||||
SCRIPTDIR=$(dirname $SCRIPTPATH)
|
||||
|
||||
SCULPIN="$SCRIPTDIR/../vendor/bin/sculpin"
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
. scripts/common.sh
|
||||
|
||||
${SCRIPTDIR}/../vendor/bin/sculpin generate --server --watch --clean --no-interaction $@
|
||||
$SCULPIN generate --server --watch --clean --no-interaction $@
|
||||
|
|
Reference in a new issue