thisdot / open-source

Repository for open source packages
MIT License
34 stars 11 forks source link

Release pipeline fails #174

Closed honzikec closed 1 year ago

honzikec commented 1 year ago

What package and version are you using?

latest

What browser are you using?

any

What operating system are you using?

Ubuntu

Actual Behavior

The release pipeline fails on build with Error: Unable to resolve @nrwl/angular:package. It may be caused by the fact @nrwl packages are used. As of Angular 16, rescoping to @nx is advised.

Expected Behavior

@nrwl packages should be rescoped to @nx according to the nx docs. Release pipeline should run without errors.

Reproduction

Run the release pipeline.

Additional Information

No response