Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.
MIT License
341 stars 16 forks source link

Error publishing assets when using with Laravel Sail #58

Closed 77media-creations closed 2 years ago

77media-creations commented 2 years ago

Hello,

I ran into an error when using sail artisan lasso:publish with Laravel Sail. However, I was able to publish the assets successfully without using Sail php artisan lasso:publish on my laptop.

Wondering if there are any configurations to be added/changed when using with Sail?

Lasso version: ^1.2 Laravel: 8.70.1 PHP: 7.4.2

Screen Shot 2022-01-25 at 12 41 31 am
Sammyjo20 commented 2 years ago

Hey @77media-creations,

Have you tried changing the command in config/lasso.php to sail npm run production since that will then run inside the Docker container?