From 5197037b9f72e2405b82716f3d7e4a2a492492fc Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 28 Aug 2023 12:06:30 -0500 Subject: [PATCH] docs: increase css build speed By not including ui demo build. --- README.md | 2 +- docs/run-project.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92a52f8..f81b554 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Set up a new local CMS instance. # For projects that install apps # e.g. ECEP installs News/Blog npm ci - npm run build --project="custom_project_dir" + npm run build:css --project="custom_project_dir" # If output includes # "Input Error: You must pass a valid" # then double check you have the directory diff --git a/docs/run-project.md b/docs/run-project.md index 262f5e6..c1d1d52 100644 --- a/docs/run-project.md +++ b/docs/run-project.md @@ -41,7 +41,7 @@ To stop one project, and run another: ```sh python manage.py migrate - npm run build --project="custom_project_dir" + npm run build:css --project="custom_project_dir" python manage.py collectstatic --no-input ```