https://pulumi.com logo
Title
a

adventurous-jordan-10043

09/25/2018, 3:10 PM
what’s the fastest way to build a local version of
@pulumi/pulumi
?
s

stocky-spoon-28903

09/25/2018, 3:11 PM
I’ve been using
make
which generates it, and then
yarn link
or
npm link
to use it
a

adventurous-jordan-10043

09/25/2018, 3:12 PM
which target ?
ah make without target :x
w

white-balloon-205

09/25/2018, 4:38 PM
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

adventurous-jordan-10043

09/25/2018, 7:18 PM
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