AlexPshul / nxazure

MIT License
16 stars 7 forks source link

use provided package manager to create build instead of hardcoded `npm i` #38

Closed aamir-mns closed 1 week ago

aamir-mns commented 3 weeks ago

Here npm is used but we should be able to use pnpm or yarn and that should be configurable. Otherwise the result build might be different from what we use and test locally with pnpm or yarn.

AlexPshul commented 2 weeks ago

Thanks @aamir-mns ! That's a valid point.

I'll reply here once I release a version with this change.

aamir-mns commented 2 weeks ago

Thanks ❤️

AlexPshul commented 2 weeks ago

Starting from version 1.2.1, the workspace package manager will be used when installing function app dependencies before publishing it. Let me know if it works for you.

aamir-mns commented 2 weeks ago

Thanks, I will check this soon

AlexPshul commented 2 weeks ago

Thanks @aamir-mns.

Please note, The new package version (1.2.1) requires NX 20.

aamir-mns commented 1 week ago

It seems to be working as expected. Thanks ;)

image