Skip to content

Commit 40500a1

Browse files
committed
chore(app): updating makefile.
1 parent 75222c7 commit 40500a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ clean:
1414
rm app.phar -f
1515
rm vendor -fr
1616

17+
update:
18+
composer update
19+
1720
test: vendor/bin/phpunit
1821
php \
1922
-dxdebug.mode=off \
@@ -41,7 +44,7 @@ preview: bin/catpaw sandbox/preview/main.php
4144
--libraries=sandbox/preview/lib \
4245
--main=sandbox/preview/main.php
4346

44-
dev: bin/catpaw src/main.php
47+
inspect: bin/catpaw src/main.php
4548
php \
4649
-dxdebug.mode=debug \
4750
-dxdebug.start_with_request=yes \
@@ -61,7 +64,7 @@ install-pre-commit: bin/catpaw src/main.php
6164
--main=src/main.php \
6265
--install-pre-commit="make test"
6366

64-
watch: bin/catpaw src/main.php
67+
dev: bin/catpaw src/main.php
6568
php \
6669
-dxdebug.mode=off \
6770
-dxdebug.start_with_request=no \

0 commit comments

Comments
 (0)