Skip to content

Commit

Permalink
Clean staticfiles before collecting
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 18, 2024
1 parent 1838eaa commit 6eba9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
command: |
pipenv sync --dev
- run: make lambda-layers/DependenciesLayer/requirements.txt
- run: pipenv run clean
- run: pipenv run collectstatic
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 6eba9ca

Please sign in to comment.