mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Back to correct dir.
This commit is contained in:
parent
fbd46c683e
commit
bb89c59b51
@ -1,9 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo $PWD
|
||||
FF_DIR=$PWD
|
||||
|
||||
# single line install command
|
||||
composer global require hirak/prestissimo \
|
||||
--no-plugins --no-scripts
|
||||
|
||||
cd $FF_DIR
|
||||
|
||||
./vendor/bin/phpstan analyse -c .ci/phpstan.neon
|
||||
|
Loading…
Reference in New Issue
Block a user