Hi, we would like to publish the JSDO npm packages to an internal registry since the official packages aren't being updated to take advantage of recent features and fixes in the develop branch. How do I build/publish the packages? We use jsdo-core and jsdo-angular specifically. I tried npm publish from inside the packages/core and packages/angular folders, and it successfully published the package, but it was basically empty. This was after running npm install and npm run build:jsdo
UPDATE:
I see there is some instructions here, but was wondering how to modify the steps to work for publishing, not just generating the packages? #266 (comment)
Hi, we would like to publish the JSDO npm packages to an internal registry since the official packages aren't being updated to take advantage of recent features and fixes in the develop branch. How do I build/publish the packages? We use jsdo-core and jsdo-angular specifically. I tried npm publish from inside the packages/core and packages/angular folders, and it successfully published the package, but it was basically empty. This was after running npm install and npm run build:jsdo
UPDATE:
I see there is some instructions here, but was wondering how to modify the steps to work for publishing, not just generating the packages? #266 (comment)