I have a spfx project with a list view command set and webpart, they are using some third party artifacts which are there in "dist" folder that needs to be deployed to appcatalog (tenant or site collection) "clientassets" library. In the "package-soution.json" I have "includeClientSideAssets": true, but it only includes the listview commandset and webpart assets.
At the moment I am doing this manually.
in npmignore file I have a entry "!dist" in gitignore I have a entry for "dist"
Options explored: cdnBasePath (here also I have to put the files manually) gulp -spsave (requires user credentials, so not a option)