Skip to content

Commit

Permalink
docs: increase css build speed
Browse files Browse the repository at this point in the history
By not including ui demo build.
  • Loading branch information
wesleyboar committed Aug 28, 2023
1 parent 23c9d7e commit 5197037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/run-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 5197037

Please sign in to comment.