BathHacked/energy-sparks

View on GitHub
.platform/hooks/prebuild/10_install_packages.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
# Install dependencies
app="$(/opt/elasticbeanstalk/bin/get-config platformconfig -k AppStagingDir)";
cd "${app}";
yarn install
chown webapp:webapp node_modules/.yarn-integrity