diff --git a/package.json b/package.json index 3499e8f..b785b26 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "start:frontend": "react-scripts start", "start:api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:5000 api:app", "start:docs": "npx styleguidist server --open --config styleguidist/styleguide.config.js", - "build": "react-scripts build", + "build:frontend": "react-scripts build", + "build:docs": "npx styleguidist build --config styleguidist/styleguide.config.js", "test": "react-scripts test", "eject": "react-scripts eject" },