Fix: run wayfinder:generate before npm build to generate route files
This commit is contained in:
parent
362e9e804a
commit
a9bc05a504
|
|
@ -22,6 +22,7 @@ cmds = [
|
||||||
|
|
||||||
[phases.build]
|
[phases.build]
|
||||||
cmds = [
|
cmds = [
|
||||||
|
"php artisan wayfinder:generate",
|
||||||
"npm run build",
|
"npm run build",
|
||||||
"php artisan config:cache",
|
"php artisan config:cache",
|
||||||
"php artisan route:cache",
|
"php artisan route:cache",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue