mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
updated script to remove npm cli
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user