Added 'post-create-project-cmd' to composer scripts

This commit is contained in:
Chris Kankiewicz
2020-08-13 21:28:54 -07:00
parent 8f3c879bd8
commit a6eea83581

View File

@@ -64,6 +64,9 @@
"vendor-dir": "app/vendor"
},
"scripts": {
"serve": "php -S localhost:8080"
"serve": "php -S localhost:8080",
"post-create-project-cmd": [
"npm install && npm run dev"
]
}
}