updated script to remove npm cli

This commit is contained in:
Nakul Manchanda
2019-05-28 11:23:15 -04:00
committed by GitHub
parent fe66ae4d55
commit 2d82a5f829

View File

@@ -21,5 +21,5 @@ SCRIPT_DIR=$(dirname "$0")
cd "$SCRIPT_DIR/.."
# start service
$NODE_BIN $NPM_CLI run start &
$NODE_BIN server/app.js &
echo 'starting sample node api done'