This message was deleted.
# contribute
s
This message was deleted.
s
I’ve been using
make
which generates it, and then
yarn link
or
npm link
to use it
a
which target ?
ah make without target :x
w
Note that depending on what you are doing - you may have some challenges with `link`ing
@pulumi/pulumi
- since other packages that use it may bring along their own copies of it. You can make it work - but NPM is generally not great at this, and you generally need to be careful that all layers of your dependencies are linking as expected.
a
sounds complicated 😞
+ I’m just trying to build only the npm package without the rest of pulumi
but I don’t think there is one
make
target to do this
found a hacky way to do it fine for now