Skip to content

Commit

Permalink
Added venv-manager commands to npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Sep 17, 2020
1 parent 7450253 commit 99cb997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"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",
"venv:create": "python3 utils/venv-manager.py create",
"venv:delete": "python3 utils/venv-manager.py delete",
"venv:reset": "python3 utils/venv-manager.py reset",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 99cb997

Please sign in to comment.