For anyone who might have similar problem
npm run --prefix nova dev && php artisan view:clear && php artisan nova:publish
This helped me.
Command runs npm run dev within nova folder and view:clear & nova:publish in the laravel project.