Skip to content

Commit 9c76d8b

Browse files
committed
building some more automation with a makefile and adding it as a script
1 parent d1dabfe commit 9c76d8b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
web: .PHONY
2+
php -S localhost:8088 -t . index.php
3+
4+
.PHONY:

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"branch-alias": {
2020
"dev-master": "1.3.x-dev"
2121
}
22+
},
23+
"scripts": {
24+
"post-install-cmd": "make"
2225
}
2326
}

0 commit comments

Comments
 (0)