Skip to content

Commit

Permalink
Merge pull request #115 from ECN/add-venv-freeze-command
Browse files Browse the repository at this point in the history
Add venv:freeze command
  • Loading branch information
campb303 authored Nov 4, 2020
2 parents 4ae7083 + 0fc47e4 commit bd7daa7
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 bd7daa7

Please sign in to comment.