I followed the "Using the Build Process of the Themes" steps here https://www.telerik.com/kendo-vue-ui/components/styling/#toc-using-precompiled-css and I only want the necessary files for a specific component.
command "npm run build" gives this error:
$ npm run build
npm ERR! missing script: build
npm ERR! A complete log of this run can be found in:
npm ERR! /.npm/_logs/2019-10-30T18_09_36_109Z-debug.log
I can run "npm run sass" and compile the all.css file into the dist folder. But I want custom.css like it instructs.