We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75222c7 commit 40500a1Copy full SHA for 40500a1
makefile
@@ -14,6 +14,9 @@ clean:
14
rm app.phar -f
15
rm vendor -fr
16
17
+update:
18
+ composer update
19
+
20
test: vendor/bin/phpunit
21
php \
22
-dxdebug.mode=off \
@@ -41,7 +44,7 @@ preview: bin/catpaw sandbox/preview/main.php
41
44
--libraries=sandbox/preview/lib \
42
45
--main=sandbox/preview/main.php
43
46
-dev: bin/catpaw src/main.php
47
+inspect: bin/catpaw src/main.php
48
49
-dxdebug.mode=debug \
50
-dxdebug.start_with_request=yes \
@@ -61,7 +64,7 @@ install-pre-commit: bin/catpaw src/main.php
61
64
--main=src/main.php \
62
65
--install-pre-commit="make test"
63
66
-watch: bin/catpaw src/main.php
67
+dev: bin/catpaw src/main.php
68
69
70
-dxdebug.start_with_request=no \
0 commit comments