feat: many design changes
This commit is contained in:
parent
9e4a2e90ec
commit
16344b6994
35 changed files with 2692 additions and 110 deletions
|
|
@ -35,3 +35,14 @@ jobs:
|
|||
run: |
|
||||
rm composer.lock
|
||||
composer validate --no-check-publish
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Build CSS
|
||||
run: npm run build:css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue