Skip to content

Commit

Permalink
Remove venv freeze command
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed May 5, 2021
1 parent 2a43059 commit d62dc26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"venv:create": "python3 utils/venv-manager.py create",
"venv:delete": "python3 utils/venv-manager.py delete",
"venv:reset": "python3 utils/venv-manager.py reset",
"venv:freeze": "cd api/ && venv/bin/pip freeze | grep -v 'pkg-resources' > requirements.txt",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit d62dc26

Please sign in to comment.