diff --git a/package.json b/package.json index b785b26..db88807 100644 --- a/package.json +++ b/package.json @@ -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" },