build(docker): use Tailwind CLI for generating CSS

This commit is contained in:
Oliver Davies 2021-12-28 02:15:08 +00:00
parent 84963c8a31
commit 29014d1c56
11 changed files with 89 additions and 4199 deletions

View file

@ -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"