Delete helpers.sh
This commit is contained in:
parent
148c017828
commit
86e5db801a
10
helpers.sh
10
helpers.sh
|
@ -1,10 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
OPERATION=$1
|
|
||||||
shift
|
|
||||||
ARGS=$*
|
|
||||||
|
|
||||||
case ${OPERATION} in
|
|
||||||
"sculpin-watch") vendor/bin/sculpin generate --clean --no-interaction --server --watch $ARGS;;
|
|
||||||
"yarn-watch") yarn run watch $ARGS;;
|
|
||||||
esac
|
|
Loading…
Reference in a new issue