Add node dependencies at build step in the deployment process

pull/456/head
Amanda Sposito 6 years ago
parent 3335817d90
commit 6926b20641
  1. 5
      bin/deployment/build

@ -16,6 +16,11 @@ mix deps.get
mix compile mix compile
# Install node dependencies
pushd apps/explorer || exit 1
npm install
popd
chown -R ec2-user:ec2-user /opt/app chown -R ec2-user:ec2-user /opt/app
exit 0 exit 0

Loading…
Cancel
Save