Skip to content

Commit

Permalink
Remove testing command
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed May 5, 2021
1 parent ae6641c commit 2a43059
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 @@ -33,7 +33,6 @@
"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"
},
"eslintConfig": {
Expand Down

0 comments on commit 2a43059

Please sign in to comment.