update scripts

pull/1/head
Mike Dugan 2014-12-28 00:44:19 -05:00
parent a8eb18dd73
commit d626f36fe5
2 changed files with 5 additions and 2 deletions

View File

@ -33,7 +33,7 @@ alias ccf='./vendor/bin/codecept Functional'
alias ccu='./vendor/bin/codecept run Unit'
#ember/js stuff
alias esv='ember serve --output-path="/vagrant/workbench/flarum/core/public"
alias esv='ember serve --output-path="/vagrant/workbench/flarum/core/public"'
#function aliases
alias ghc=ghc
@ -67,4 +67,6 @@ gulpac() {
gulp && git add -A && git commit -m "$1"
}
grl() { grep -rl "$1" * }
grl() {
grep -rl "$1" *
}

View File

@ -29,5 +29,6 @@ npm install
bower install
cd /vagrant
composer install
php artisan migrate --bench="flarum/core"
php artisan db:seed --class="Flarum\Core\Support\Seeders\DatabaseSeeder"