mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-28 16:20:03 +02:00
Added 'post-create-project-cmd' to composer scripts
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user