Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Sep 5, 2024
1 parent ecd4771 commit 53033a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ install: composer-install tools-install ## Install Dependencies
upgrade: tools-upgrade

composer-install: composer.json # Install Dependencies via Composer
XDEBUG_MODE=off $(COMPOSER) install --no-interaction --prefer-dist --optimize-autoloader -vvv
XDEBUG_MODE=off $(COMPOSER) install --working-dir=src/SonsOfPHP/Bard --no-interaction --prefer-dist --optimize-autoloader -vvv
XDEBUG_MODE=off $(COMPOSER) install --no-interaction --prefer-dist --optimize-autoloader
XDEBUG_MODE=off $(COMPOSER) install --working-dir=src/SonsOfPHP/Bard --no-interaction --prefer-dist --optimize-autoloader

purge: # Purge vendor and lock files
rm -rf vendor/ composer.lock
Expand Down

0 comments on commit 53033a7

Please sign in to comment.