build(docker): use Tailwind CLI for generating CSS
This commit is contained in:
parent
84963c8a31
commit
29014d1c56
11 changed files with 89 additions and 4199 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -77,12 +77,6 @@ jobs:
|
|||
path: node_modules
|
||||
key: dependencies-npm-${{ hashFiles('package-lock.json') }}
|
||||
|
||||
- name: Build the production theme assets
|
||||
run: |
|
||||
cd ${{ matrix.theme-path }}
|
||||
npm clean-install
|
||||
npm run production
|
||||
|
||||
phpunit:
|
||||
runs-on: ubuntu-latest
|
||||
name: "Run ${{ matrix.test-types }} tests"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue