diff --git a/create_node_env.sh b/tools/create_node_env.sh similarity index 99% rename from create_node_env.sh rename to tools/create_node_env.sh index 0883786c..59c011a5 100755 --- a/create_node_env.sh +++ b/tools/create_node_env.sh @@ -16,7 +16,6 @@ PATH=${OLDPATH} VENVDIR="$(pwd)/node_modules" PATH_ADDITIONS="$(pwd)/node_modules/bin:$(pwd)/node_modules/.bin" - # Verify NPM exists. if [ -z "${NPM}" ] || [ ! -x "${NPM}" ]; then echo "Error: ${NPM} isn't executable or doesn't exist." diff --git a/create_python_env.sh b/tools/create_python_env.sh similarity index 100% rename from create_python_env.sh rename to tools/create_python_env.sh