Open
Description
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 project package json -
"dependencies": {
"lib": "github:libraryname#e578717489c921915f12e23a6d809c96c7dba7ed",
}
Metadata
Metadata
Assignees
Labels
No labels