You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my scenario I do not want to publish the package . Instead I want to consume the library directly from the git repo to my project and build the library inside of node_modules with a post install script. I.e -
Library package :
"build:lib": "ng-packagr -p package.json",
"postinstall": "npm run build:lib",
In my scenario I do not want to publish the package . Instead I want to consume the library directly from the git repo to my project and build the library inside of node_modules with a post install script. I.e -
The text was updated successfully, but these errors were encountered: