Skip to content

Commit

Permalink
Add venv:freeze command
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Nov 4, 2020
1 parent 4ae7083 commit 0fc47e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"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",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 0fc47e4

Please sign in to comment.