Move creation scripts to tools directory.

This commit is contained in:
Paul Kronenwetter 2022-06-24 20:49:03 -04:00
parent aa9eb77f4f
commit 2b19ca854f
2 changed files with 0 additions and 1 deletions

View File

@ -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."