From 6aac7d1625f30c00510372a0fef6b6d661a775fe Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 19 Aug 2020 07:54:59 -0400 Subject: [PATCH] Updated npm run scripts to include styleguidist --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e07efba..7771b9f 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,9 @@ "react-scripts": "3.4.1" }, "scripts": { - "start": "react-scripts start", - "start-api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:5000 api:app", + "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", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"