Skip to content

Commit

Permalink
install yargs for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterGit committed Jul 26, 2018
1 parent 3981558 commit 64496f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ selectNodeVersion
if [ -e "$DEPLOYMENT_TARGET/package.json" ]; then
cd "$DEPLOYMENT_TARGET"
echo Installing webpack and webpack-command and yargs
eval $NPM_CMD install -g webpack webpack-command yargs
eval $NPM_CMD install -g webpack webpack-command
eval $NPM_CMD install yargs
eval $NPM_CMD install --production --scripts-prepend-node-path
exitWithMessageOnError "npm failed"
cd - > /dev/null
Expand Down

0 comments on commit 64496f0

Please sign in to comment.