pulumi/sdk/nodejs/dist/pulumi-language-nodejs-exec

7 lines
265 B
Plaintext
Raw Normal View History

#!/bin/sh
2018-02-17 20:10:21 +00:00
# we exploit the fact that the cwd when `pulumi-language-nodejs-exec` is
# run is the root of the node program we want to run and use a relative
# path here.
export NODE_PATH="$NODE_PATH:`dirname $0`/v6.10.2"
node ./node_modules/@pulumi/pulumi/cmd/run $@