@jeroenvanrensen yes, when you do the npm run production the existing files doesn't get removed unless it's a success.
Mar 13, 2021
8
Level 15
`npm run prod` after `php artisan up`?
Hi everyone,
I wrote a simple deployment script, where the last steps are npm install, npm run production, and php artisan up.
Of all the steps in the script, npm run production takes the longest. Is it possible to run php artisan up before building the production? (So that all users use the dev build, temporarily)
Thank you! Jeroen
Please or to participate in this conversation.