Skip to content

Commit

Permalink
Add 'php artisan nova:publish' to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
willaerk committed Jan 17, 2025
1 parent e5e1034 commit ebadab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/build.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ task :build do |task|
system('cp .env.ci .env') or exit 1
system('php artisan package:discover') or exit 1
system('php artisan horizon:install') or exit 1
system(' php artisan nova:publish') or exit 1

# NodeJS
system('npm install') or exit 1
Expand Down

0 comments on commit ebadab3

Please sign in to comment.