Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.

Home Page:https://getlasso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error publishing assets when using with Laravel Sail

77media-creations opened this issue · comments

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

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?