push-based / nx-verdaccio

Enterprise E2E setup for Nx and Verdaccio
MIT License
12 stars 1 forks source link

fix: create custom namedInputs inside `createNodes` #62

Open getlarge opened 5 days ago

getlarge commented 5 days ago

What happened?

As discussed in #48, I encountered problems using custom namedInputs within the Nx plugin to detect when package targets should be triggered. Which forced me to fall back on default named input (an evil choice I know...)

What would you expect to happen?

No response

What steps did you take?

It turns out this is an Nx issue. See this discussion in Discord for reference. I can confirm after creating another plugin on Nx 20 here.

After upgrading to Nx 20, use your own namedInput!

Code PushUp package version

No response

What operation system are you on?

MacOS

Node version

No response

Relevant log output

No response

BioPhoton commented 5 days ago

related #57