Skip to content

Commit

Permalink
Merge branch 'dev' into revert-1644-renovate/rimraf-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrIw authored Dec 17, 2024
2 parents 8ceeeb5 + 0403acc commit f4fd51f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Regenerate frontend with gulp service
run: |
docker compose -f docker-compose.yml run web python manage.py collectstatic --no-input
docker compose -f docker-compose.yml up --abort-on-container-exit --exit-code-from gulp
docker compose -f docker-compose.yml up --exit-code-from gulp
- name: Check for Changes in Static Files and Commit to base branch if any
env:
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"gulp-clean-css": "^4.3.0",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^6.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.58.3",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
Expand Down

0 comments on commit f4fd51f

Please sign in to comment.