Delete watch.sh

This commit is contained in:
Oliver Davies 2015-12-28 10:30:44 +00:00
parent a11515d284
commit 853c2edf25

View file

@ -1,8 +0,0 @@
#!/bin/bash
if [ ! -d vendor/ ];
then
composer install
fi
./vendor/bin/sculpin generate --server --watch --clean --no-interaction