How can i build the forked nuxt modules locally?
I forked a nuxt module and customized few things and now I want to build and use it locally inside the modules directory. I tried npm run build but it doesn’t generate dist files; rather generates .output. What should i do to generate the dist files?
