include npm

pull/53/head
unknown 2019-04-14 21:02:54 -04:00
parent ae839b893b
commit 3bd5f3a576
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
container_commands:
01_node_binary:
command: "ln -sf `ls -td /opt/elasticbeanstalk/node-install/node-* | head -1`/bin/node /bin/node"
02_npm_binary:
command: "ln -sf `ls -td /opt/elasticbeanstalk/node-install/node-* | head -1`/bin/npm /bin/npm"