Commit a16a85f9 authored by Nicolas Widart's avatar Nicolas Widart

Add stylist publish command

parent 2d3571bd
......@@ -50,10 +50,12 @@
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan stylist:publish",
"php artisan optimize"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan stylist:publish",
"php artisan optimize"
],
"post-create-project-cmd": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment