Skip to content

Commit

Permalink
Add commands to kill dev tools after loss of control
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 7, 2020
1 parent c4833be commit 099a26f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"start:docs": "npx styleguidist server --open --config styleguidist/styleguide.config.js",
"build:frontend": "react-scripts build",
"build:docs": "npx styleguidist build --config styleguidist/styleguide.config.js",
"kill:frontend": "pgrep -u $(whoami) -f 'react-scripts/scripts/start.js' -d ' ' | xargs kill -9",
"kill:api": "pgrep -u $(whoami) -f gunicorn -d ' ' | xargs kill -9",
"venv:create": "python3 utils/venv-manager.py create",
"venv:delete": "python3 utils/venv-manager.py delete",
"venv:reset": "python3 utils/venv-manager.py reset",
Expand Down

0 comments on commit 099a26f

Please sign in to comment.