feat: many design changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user