I have a problem, with a NPM package, I use the
inherit npm
but I don't need to pack it for the image, I need only to build (npm run build
) it once and put the build output to the image.
But if I remove inherit npm
I get errors, same when I would like the npm_do_configure and npm_do_compile override with a shell function in my receipt.
What should I do, to make it working? I need not the package, I need the build output from the package.