Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 in /map/app-form #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ done
# fi
# fi

alias ng='node $HOME/node_modules/\@angular/cli/bin/ng'
alias ng='node ./node_modules/\@angular/cli/bin/ng.js'
# node_bin=`which node`
# ng_bin=$HOME/node_modules/\@angular/cli/bin/ng
# serve_map_cmd="$node_bin $ng_bin serve --port 4021"
Expand Down Expand Up @@ -252,13 +252,16 @@ install_node_modules () {
}

serve_map () {
set -x # Print commands and their arguments as they are executed.
# test_php
create_environment_php
cd $prjd/map/app-map/ && install_node_modules
local logfile=/var/log/serve_map.log
printf "See %s\n" $logfile
# ng serve --port $port_map &>$logfile &
ng serve --port $port_map
# Don't print commands
{ retval="$?"; set +x; } 2>/dev/null
# cd -
# xfce4-terminal \
# --working-directory="$prjd/map/app-map/" \
Expand Down
6 changes: 3 additions & 3 deletions map/app-form/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 26 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.