Skip to content

Commit

Permalink
Rewrite webpack for JS and CSS
Browse files Browse the repository at this point in the history
Update fomantic-ui
  • Loading branch information
ddurieux committed Dec 22, 2024
1 parent f3aebd1 commit efaa9d8
Show file tree
Hide file tree
Showing 213 changed files with 2,505 additions and 214,263 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run webpack for production
run: |
yarn install
yarn run production
- name: PHPUnit tests
run: ./vendor/bin/phpunit --coverage-text

Expand Down Expand Up @@ -198,5 +203,10 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run webpack for production
run: |
yarn install
yarn run production
- name: PHPUnit tests
run: ./vendor/bin/phpunit --coverage-text
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ phpunit.xml
.package.hash
/public/build/
/public/lib/
/tests/web/error.log
/tests/web/error.log
/public/assets/
Loading

0 comments on commit efaa9d8

Please sign in to comment.