diff --git a/bin/compile b/bin/compile index 0e2c217a6..a5eca70b4 100755 --- a/bin/compile +++ b/bin/compile @@ -9,7 +9,7 @@ set -o posix # more strict failures in subshells # set -x # enable debugging # Configure directories -build_dir=$1/app/frontend +build_dir=$1/frontend cache_dir=$2 env_dir=$3 bp_dir=$(cd $(dirname $0); cd ..; pwd) diff --git a/bin/detect b/bin/detect index 452912f04..d99ad8fba 100755 --- a/bin/detect +++ b/bin/detect @@ -1,7 +1,7 @@ #!/usr/bin/env bash # bin/detect -build_dir=$1/app/frontend +build_dir=$1/frontend if [ -f $build_dir/package.json ]; then echo "Node.js" && exit 0